No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: you should post this in the javascript area of this website | |
Re: check [URL="http://www.phpclasses.org/search.html?words=sms&x=0&y=0&go_search=1"]phpClasses.org[/URL] for some SMS classes. | |
Re: FyI when you check your Apache logs, the most recent data will be at the bottom not the top. | |
Re: 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: … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: you need to use [URL="http://us.php.net/manual/en/book.session.php"]Sessions[/URL]. |
The End.