recent answers
What is: Failed opening 'includes/languages/english/' for inclusion
Yes, please see www.deal-shoe.com
plz solve this
it means that the path that u're using is not correct check the location of the file that u want to include
answered by Not Registered on 4 May 2010 13:42
syntax error close to a double quote (") - none on page
there will be a quote inside another quote. simply change the quote inside the other quote to ' instead of "
answered by Not Registered on 7 January 2010 10:31
browser cannot open php files
google wamp and download it. it is a program used to host webservers but you can simply host it localy for only you when ever and you will be able to open PHP files.
answered by Not Registered on 7 January 2010 10:29
browser cannot open php files
why doesn't anybody answers seem to answer this in any foum?
answered by Not Registered on 24 June 2009 2:05
can anyone correct the error in this code for me please
you are not allowed to have a "/" in a variable name, see http://de3.php.net/manual/en/language.variables.basics.php
Change it from $images/pee to $images_pee and so on
Change it from $images/pee to $images_pee and so on
answered by Not Registered on 30 March 2009 17:49
source: http://de3.php.net/manual/en/language.variables.basics.php
source: http://de3.php.net/manual/en/language.variables.basics.php
what does unexpected $end mean?
This could mean that your code ended
unexpected. Perhaps you have an open
bracket an forgot the closing one, eg.
<?php
if (1<0) {
code....
closing bracket ist missing
?>
unexpected. Perhaps you have an open
bracket an forgot the closing one, eg.
<?php
if (1<0) {
code....
closing bracket ist missing
?>
answered by Not Registered on 24 March 2009 17:29
ailed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\sample4mail\forgot.php on line 28. what does this mean?
You have tried to send an email using SMTP at localhost.
Do you have a mailserver running at localhost?
Otherwise, try to change your SMTP setting in php.ini file and use your remote host.
Do you have a mailserver running at localhost?
Otherwise, try to change your SMTP setting in php.ini file and use your remote host.
answered by Not Registered on 24 March 2009 17:27
browser cannot open php files
Do you open them locally from your hdd or from internet?
answered by Not Registered on 21 March 2009 14:14
PHP Error message.what does it mean?
you have the wrong username / password to use the mysql connection.
You must replace "database usernam" etc. with your own data.
You must replace "database usernam" etc. with your own data.
answered by Not Registered on 15 March 2009 22:19
- PHP Download error, Not Registered
- while calling a php script from another, Not Registered
- Why is this happening?, Not Registered
- what does this mean, Not Registered
- Fatal error: Cannot redeclare is_rtl() , Not Registered
- Fatal error: Call to undefined function:, Not Registered
- plz solve this , Sajid Ali
- What does this error message mean?, Not Registered
- Sending mail error, Not Registered
- syntax error close to a double quote (") - none on page, Not Registered
- What is: Failed opening 'includes/languages/english/' for inclusion
Yes, please see www.deal-shoe.com - plz solve this
it means that the path that u're using is not correct check the location of the file that u want to... - syntax error close to a double quote (") - none on page
there will be a quote inside another quote. simply change the quote inside the other quote to '... - browser cannot open php files
google wamp and download it. it is a program used to host webservers but you can simply host it... - browser cannot open php files
why doesn't anybody answers seem to answer this in any foum?





















