Parse error: syntax error, unexpected T_ELSEIF in /home/......html/item.php on l
I do not know what is wrong with this. Hope some one can help. I do nto want to post the entire site
in php, link returns to the line
When I add a link in a php page, the link word returns to the line (as a
would do)
Examp
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape q
How to assign JS screen.width to ASP.Net variable
I've got this ASP.net routine that gets the cookie value of the screen width, but now I need to chan
Hotlinking Picasa as the image folder of a website
Hi there PHP freaks, I would like to create a private album in Picasa to use it as the image folder
batch file not building to webapps folder
Hello. I just started running Vista :P and can't seem to get my projects deployed. I found out how
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
Remove letter from numeric textbox
I have a textbox that will search the employee database by entering in the employee ID and it will r
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug