Displaying different page content, depending on the logged in user.
Hi all, I am new to ASP.net (and web development in general), and have a question about how I can di
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
this code is strange !
Hi i got this code from the web.. It checks for live and dead socks
It is working perfectly on my
Libraries in C++
Hi all,
I have two libraries. one is based targeted on linux platform and uses another li
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a
unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_
Can anyone view my code and tell me why im getting the error:
Parse error: syntax error, unexpect
Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page']
upload form file types....
Hey all, I am learning PHP and I am writing a script from the W3C Schools tutorials for uploading fi
Stuck with preg_replace
Hi,
I'm trying to use preg_replace to remove part of the IP address submitted using a form on
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any