Guest_imported
New member
- Jan 1, 1970
- 0
In Active Server Pages, there is a function called response.redirect and what it does is that when it hits that particular line of code it "redirects" the viewer to a page that you passed to the function.
ex.
If (login == correct)
response.redirect("coninue.asp"
else
response.redirect("error.asp"
end if
is there such a funciton in PHP. I can't seem to find anything on the web.
Also, using MySQL, after creating atable, is it possible to add columns/fields. In MS Access, you just go to design view and create the new column, but what is the syntax if it is possible in MySQL.
Thank YOu
ex.
If (login == correct)
response.redirect("coninue.asp"
else
response.redirect("error.asp"
end if
is there such a funciton in PHP. I can't seem to find anything on the web.
Also, using MySQL, after creating atable, is it possible to add columns/fields. In MS Access, you just go to design view and create the new column, but what is the syntax if it is possible in MySQL.
Thank YOu