Skip to content

php-advice.com

Promoting php discussion and information.

Warning: ereg(): REG_BADBR

Posted in PHP Advice By admin

why i m getting error here??? Warning: ereg(): REG_BADBR code: if(!ereg(“^(.){15,400}$”,$string)) { $errormsg[1] = “- Must be more then 15 Characters & less then 400 Characters”; } Want to Achive: $string is a textarea, i…

Read more of Warning: ereg(): REG_BADBR →

Updated on

formatting time

Posted in PHP Advice By admin

hi, how might I convert a string like “5p” or “5pm” or “5:00p” or “5.00pm” etc.. to “17:00:00” (24-hour time) I want it so that it’s really *NOT* picky and will accept just about anything…

Read more of formatting time →

Updated on

PHP5-JAVA integration

Posted in PHP Advice By admin

Has anyone sucessfully compiled PHP5 with JAVA support? Response is appreciated. Regards, Rithish.

Updated on

I open a PHP file with FF and its content is printed

Posted in PHP Advice By admin

I have Apache/MySQL/PHP on Windows XP. I want my PHP files to behave in my computer like in web host. I open a PHP file with FF and its content is printed!

Updated on

Problems Creating the Code to Open Images Within a Template PHP Page

Posted in PHP Advice By admin

Hi there, I’m just beginning to learn PHP and MySQL, but I’m finding it difficult! I wondered if someone could help me out with a problem I’m having, or at least point me in the…

Read more of Problems Creating the Code to Open Images Within a Template PHP Page →

Updated on

Posts navigation

←Previous page Page 1 Page 2 Page 3 Page 4 … Page 11 Next page→
© Copyright php-advice.com. All rights reserved.