Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #22.6K
Ranked #3K
~2K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for saideepthi.bits
Member Avatar for andydeans

check [URL="http://www.phpclasses.org/search.html?words=sms&x=0&y=0&go_search=1"]phpClasses.org[/URL] for some SMS classes.

Member Avatar for chrishea
0
111
Member Avatar for csweb

FyI when you check your Apache logs, the most recent data will be at the bottom not the top.

Member Avatar for pritaeas
0
130
Member Avatar for heshanm

You can use any of PHP functions in your scripts even if you do not have them in your forms. You need to use [URL="http://us.php.net/manual/en/function.date.php"]PHP's Date [/URL]function. try: [code=php] //get current date $todays_date = date('l jS \of F Y h:i:s A'); // this will show the date in this format: …

Member Avatar for almostbob
0
122
Member Avatar for phplover

I suggest you use the validation classes from the Zend Framework or PEAR's class. Using these classes can help you write your scripts faster since you now no longer have to do extensive validation coding to your script. I suggest you use Zend Framework classes over PEAR since they have …

Member Avatar for phplover
0
187
Member Avatar for bjeffries

you need to use Mod_Rewrite for that. Here is a [URL="http://www.workingwith.me.uk/articles/scripting/mod_rewrite"]Mod_Rewrite[/URL] manual designed for newbies.

Member Avatar for bjeffries
0
179
Member Avatar for OpenBSD
Member Avatar for wendeus

i suggest you use the Zend Framework Valuation Class. This class is heavly documented at the Zend website so even a newbie will be able to figure you how to use the class. This will also save you tons of coding time since you do not have to develop your …

Member Avatar for CyberSpatium
0
145
Member Avatar for dschuett

you need to use [URL="http://us.php.net/manual/en/book.session.php"]Sessions[/URL].

Member Avatar for CyberSpatium
0
220

The End.