|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
URL in PHP
if you have a php function, how do you say goto that url?
function GotoUrl(); { here is must say goto for example "www.hotmail.com" } can anybody help? thnx... |
|
#2
|
|||
|
|||
|
RE: URL in PHP
you can put in there:
Note, however, that this must be used before any other output is sent to the browser! |
|
#3
|
|||
|
|||
|
RE: RE: URL in PHP
According to zend, you really should follow a header command that does redirection with the following line:
exit; I use lots of browsers (ie, netscape, mozilla, opera, konqueror, galeon, netpositive) and never had a problem when I've included the exit; command. Adam Quote:
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > URL in PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|