| | |
i need urgent help Parse error
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Nov 2008
Posts: 4
Reputation:
Solved Threads: 0
ive been getting loads of errors on a script that im trying to install.. so far ive fixed a few of them but now im stuck here
Parse error: syntax error, unexpected T_RETURN in /home/wwwulti/public_html/network/install/index.php on line 668
http://www.daniweb.com/forums/attach...1&d=1227550169
looks like the same things guna happen on line 670
any help?
Parse error: syntax error, unexpected T_RETURN in /home/wwwulti/public_html/network/install/index.php on line 668
http://www.daniweb.com/forums/attach...1&d=1227550169
looks like the same things guna happen on line 670
any help?
Last edited by paddy_c; Nov 24th, 2008 at 2:46 pm.
In PHP if it says there is an unexpected T_<something> on a line the error is usually in the lines ABOVE that line, not ON the line so.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Nov 2008
Posts: 4
Reputation:
Solved Threads: 0
hmm i see.. im new to php..... ive took a capture of a bigger piece of the script.. could you take a look and see whats causing this error?
http://www.daniweb.com/forums/attach...1&d=1227552452
i really need help here
http://www.daniweb.com/forums/attach...1&d=1227552452
i really need help here
You image attachment didn't work. Just copy and paste the code, there is no reason to use images
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Nov 2008
Posts: 4
Reputation:
Solved Threads: 0
ok heres the code..
php Syntax (Toggle Plain Text)
if ($info!="rwxrwxrwx") return false; else return true; }//verify_folder_permissions function clean_folder($folder,$total){
Last edited by peter_budo; Nov 24th, 2008 at 6:39 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
•
•
Join Date: Jun 2008
Posts: 62
Reputation:
Solved Threads: 3
•
•
•
•
ok heres the code..
php Syntax (Toggle Plain Text)
if ($info!="rwxrwxrwx") return false; else return true; }//verify_folder_permissions function clean_folder($folder,$total){
Try This
php Syntax (Toggle Plain Text)
if ($info!="rwxrwxrwx"){ return false; }else{ return true; }//verify_folder_permissions function clean_folder($folder,$total){
There are alot of people smarter than me, BUT at least I try to be of some help. Of coarse I'm not perfect, I need help too.
![]() |
Similar Threads
- update,delete,cancel buttons for datagrid (VB.NET)
- Parse error, need urgent help. >_< (PHP)
- Parse Error T_STRING - Help Please (PHP)
- E-mail not working (ASP.NET)
- Problems in Dynaform (Form Mail) URGENT HELP (PHP)
Other Threads in the PHP Forum
- Previous Thread: PHP HELP
- Next Thread: File Upload Error
| Thread Tools | Search this Thread |
apache api array basic beginner broken cache cakephp class cms code computing confirm countingeverycharactersfromastring cron curl customizableitems database date delete dynamic echo email error fcc file filter folder form forms forum freelancing function functions gc_maxlifetime google header headmethod howtowriteathesis href htaccess html iframe image include incode ip javascript joomla limit link login malfunction match memmory memory menu method mod_rewrite multiple mysql navigation neutrality oop pagerank parsing paypal pdf php phpmysql query question random recursiveloop root script search select server sessions sms snippet soap source space sql support! system table template thesishelp trouble tutorial upload url variable video web window.onbeforeunload=closeme; youtube






