This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

looking for a code for .php

Website and forum-related announcements and discussion, and anything else that doesn't fit in the above forums.
Post Reply
p
pinkel
Voice
Posts: 8
Joined: Wed May 21, 2008 2:59 pm

looking for a code for .php

Post by pinkel »

I am trying to build a .php script

I need a little help.

I want to use a code like this:

Code: Select all

if {[string eq $text "*.sfv"] == 1 } {
But then for .php

Anyone that can help?

thanks
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

I'd suggest checking the online manual at php.net.

Might also find this useful:
http://www.php.net/manual/en/function.strstr.php
NML_375
Post Reply