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
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
ClientScript.RegisterClientScriptBlock Issue
This is what I haveview plaincopy to clipboardprint?Protected Sub posrback_Click(ByVal sender As Obj
Problem!
I have another problem, when i run this code i get this error "Parse error: syntax error, unexp
fopen() security
As i understood the usage of fopen() for it to function correctly the Dir you write to has to be rw
Had a simple form script that suddenly stopped working
It was made about a year ago and had been working fine. Last time it was known to work for sure was
session checking in page load
hai all
I have a web site is www.Mryas.com in this my login page is Page1.aspx its co
URL Rewrite issue
Im created a series of Rewrites and on page checks to make sure the correct url is being called. But
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan