Tutorial :: How to have shared HTDOCS between dual boot system Programming Web Development by Squidge … you full access. Now you need to rename the existing htdocs (still in the Linux platform). (path is the one used… in XAMPP installation how to) # sudo mv /opt/lamp/htdocs/ /opt/lamp/htdocs_old/ Or you can delete if you so… Linux as /media/OS/: # sudo ln -s /media/OS/xampp/htdocs/ /opt/lamp/ This creates the link between the system. Start… Warning: fopen(C:/Program Files/Apache Group/Apache2/htdocs/Project/) [function.fopen Programming Web Development by niths …error ----Warning: fopen(C:/Program Files/Apache Group/Apache2/htdocs/Project/) [function.fopen]: failed to open stream: …or directory in C:\Program Files\Apache Group\Apache2\htdocs\Project\download.php on line 4---- ----Warning: fclose…stream resource in C:\Program Files\Apache Group\Apache2\htdocs\Project\download.php on line 27------[/QUOTE] [… Re: Warning: fopen(C:/Program Files/Apache Group/Apache2/htdocs/Project/) [function.fopen Programming Web Development by n_e >> failed to open stream: No such file or directory It's trying to open "C:/Program Files/Apache Group/Apache2/htdocs/Project/" which isn't a file as you can see and that's why it failed. This means that [icode]$_GET['filename'][/icode] doesn't contain a value. Help with apache - htdocs? Hardware and Software Linux and Unix by curtis_henken Ok, i'm teaching myself PHP. The book i'm useing is telling me to create this 2 page file uploader. Everything is just the way it is in the book. However, when i use it on my server, it tells me that the path is wrong. The book tells me to enter C:/apache/htdocs/ as the path, but i'm useing linux - is this still correct? Curtis COM - Fatal error: Class 'COM' not found in /Applications/XAMPP/xamppfiles/htdocs Programming Web Development by engel(ray) I have a problem in my code. Whenever I instantiate COM its shows me this error: Fatal error: Class 'COM' not found in /Applications/XAMPP/xamppfiles/htdocs. COM works if I use windows, but when i use mac, it gives me error. I dunno if there should be extensions I should uncomment in php.ini. Any help is appreciated. Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by ckdoublenecks …: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice[/QUOTE]. Can someone help with this? [CODE]<?php… Undefined index: id in C:\xampp\htdocs\Projeto\edit.php on line 5 Programming Web Development by richaell keep getting this error: Undefined index: id in C:\xampp\htdocs\Projeto\edit.php on line 5 But i checked phpmyadmin … Parse error: syntax error, unexpected $end in C:\xampp\htdocs\login_test\re Programming Web Development by hwoarang69 … code. Parse error: syntax error, unexpected $end in C:\xampp\htdocs\login_test\register.php on line 152 line 152 is the… Notice: Undefined index: lastid in C:\xampp\htdocs\login_test\gallery.php o Programming Web Development by hwoarang69 Notice: Undefined index: lastid in C:\xampp\htdocs\login_test\gallery.php on line 29 and broken links $lastid = mysql_insert_id(); <img src='$row[lastid]' width='200' height='200'></img> line 29 : $row[lastid] Notice: Undefined index: Telephone in C:\xampp\htdocs\Inputs\update.php Programming Web Development by Paul_17 … throws this error; Notice: Undefined index: Telephone in C:\xampp\htdocs\Inputs\update.php on line 9 Could you please inform… Parse error: syntax error, unexpected T_IF in H:\xampp\htdocs\login.php on Programming Web Development by dean.ong.14 Parse error: syntax error, unexpected T_IF in H:\xampp\htdocs\login.php on line 74 i don't see any … Fatal error: Call to undefined function finfo_open() in C:\xampp\htdocs\Tes Programming Web Development by spluskhan …; Fatal error: Call to undefined function finfo_open() in C:\xampp\htdocs\Test\file_insert.php on line 49 My Code for Insert… Re: Parse error: syntax error, unexpected T_IF in H:\xampp\htdocs\login.php on Programming Web Development by 2451-18-737-303 …; Parse error: syntax error, unexpected 'if' (T_IF) in C:\xampp\htdocs\merge\registration.php on line 3 Re: Parse error: syntax error, unexpected T_IF in H:\xampp\htdocs\login.php on Programming Web Development by Dani …; Parse error: syntax error, unexpected 'if' (T_IF) in C:\xampp\htdocs\merge\registration.php on line 3 To answer 2451-18… Re: help me pls Parse error: syntax error, unexpected $end in F:\xampp\htdocs\ Programming Web Development by dean.ong.14 … constant Agent_ID - assumed 'Agent_ID' in F:\xampp\htdocs\movies4.php on line 23 Notice: Use of undefined constant…undefined constant Bedrooms - assumed 'Bedrooms' in F:\xampp\htdocs\movies4.php on line 25 Notice: Use of undefined …undefined constant Agent_ID - assumed 'Agent_ID' in F:\xampp\htdocs\movies4.php on line 23 Notice: Use of undefined … Re: Parse error: syntax error, unexpected $end in C:\xampp\htdocs\invoice\invcalc.php on Programming Web Development by ckdoublenecks now I get this: [QUOTE]Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\invoice\invcalc.php on line 5 could not execute query at line 4[/QUOTE] Re: help me pls Parse error: syntax error, unexpected $end in F:\xampp\htdocs\ Programming Web Development by dean.ong.14 Parse error: syntax error, unexpected T_VARIABLE in F:\xampp\htdocs\movies4.php on line 14 Re: Tutorial :: How to have shared HTDOCS between dual boot system Programming Web Development by masterjiraya wow. nice one mr. Squidge. I hope there will be forum here like lesson sharing hahahah. thnx. Just found what I need now. Re: Tutorial :: How to have shared HTDOCS between dual boot system Programming Web Development by Squidge @masterjiraya, Your welcome. :) Re: Help with apache - htdocs? Hardware and Software Linux and Unix by vark the paths between windows & unix are different. Heres a link to a tutorial that might help with that. [URL=http://www.phpbuilder.com/columns/bealers20000904.php3]http://www.phpbuilder.com/columns/bealers20000904.php3[/URL] vark Re: COM - Fatal error: Class 'COM' not found in /Applications/XAMPP/xamppfiles/htdocs Programming Web Development by jkon Between Windows and Linux / Unix there is a great deference of slash – backslash … take a loot to that… Re: COM - Fatal error: Class 'COM' not found in /Applications/XAMPP/xamppfiles/htdocs Programming Web Development by engel(ray) Thanks for the reply jkon but that was not the answer i was looking for. you see this line of code works on windows: [CODE]<?php $word = new COM("word.application") or die("Unable to instantiate Word"); ?>[/CODE] But if I use that when Im using mac, it just give me error. I dont believe there is an issue with slash-… Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by hielo on line 6 you have [iCODE]$result= mysql_query("select * from oocust")[/iCODE]. For the [iCODE]while[/iCODE] construct to finish (line 7 on your code), [iCODE]mysql_fetch_array($result)[/iCODE] needs to return false. However, within the loop you, on EVERY iteration you execute ANOTHER query (line 14) that "refreshes" $result. So… Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by ckdoublenecks [QUOTE=hielo;1540489]on line 6 you have [iCODE]$result= mysql_query("select * from oocust")[/iCODE]. For the [iCODE]while[/iCODE] construct to finish (line 7 on your code), [iCODE]mysql_fetch_array($result)[/iCODE] needs to return false. However, within the loop you, on EVERY iteration you execute ANOTHER query (line 14) that "… Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by hielo Look at line 7. $row is "tied/belongs" to $resultA. Now look at line 14. Where does [iCODE]dayslate[/iCODE] come from? If it is from the query on line 12, then you need to EXTRACT the data from $result. Like I said earlier, you are NOT using the $result of the query within the loop. To clarify, it would help you if you change your … Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by ckdoublenecks I really thank you for your help. I hate to seem so obuse but this language is new to me. I have started over and below is the current code. Lines 4 & 13-15 were suggested by another. The values are echoed but no update. [CODE] <?php $stat = mysql_connect(localhost,root,""); $stat = mysql_select_db(oodb) or die( "Unable… Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by hielo on line 18 you have [iCODE]...WHERE id='$id'"[/iCODE] but I don't see where [iCODE]$id[/iCODE] comes from. Also, line 9 seems useless since on line 11 you are overwriting [iCODE]$tax[/iCODE]. I suggest you [B]CHANGE[/B] line 9 to [iCODE]$id=$row['id'];[/iCODE], that way you get rid of your current useless line and at the same time you are … Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by ckdoublenecks [QUOTE=hielo;1540665]on line 18 you have [iCODE]...WHERE id='$id'"[/iCODE] but I don't see where [iCODE]$id[/iCODE] comes from. Also, line 9 seems useless since on line 11 you are overwriting [iCODE]$tax[/iCODE]. I suggest you [B]CHANGE[/B] line 9 to [iCODE]$id=$row['id'];[/iCODE], that way you get rid of your current useless line and … Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by hielo on line 14 you need the newly computed tax value, which is in [iCODE]$tax[/iCODE], NOT [iCODE]$row['tax'][/iCODE] Re: Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\invoice Programming Web Development by ckdoublenecks [QUOTE=hielo;1540725]on line 14 you need the newly computed tax value, which is in [iCODE]$tax[/iCODE], NOT [iCODE]$row['tax'][/iCODE][/QUOTE] below is the result. of course still no update: [QUOTE]Charges: 160.00 Due Date: 02/07/2011 Days Late: N/A Tax: 9.6 Charges: 88.00 Due Date: 4/15/2011 Days Late: N/A Tax: 5.28 Charges: 10.00 Due …