I need a php function which returns adress of webpage from which is clicked on my link. Thx.
Sorry 4 my bad English:(
Sorry 4 my bad English:(
| darence wrote: |
| I need a php function which returns adress of webpage from which is clicked on my link. Thx.
Sorry 4 my bad English:( |
| Code: |
|
<?php $ref = $_SERVER['HTTP_REFERER']; ?> |
| ncwdavid wrote: |
| You can click on the link below and it will tell you how to write to a file using php. Database is probably the best way to store data but text files work too.
http://www.tizag.com/phpT/filewrite.php Do you know any PHP? |
| darence wrote: | ||
I know, but not much. I am just beginner Is it possible to store php script and text file on other server, because sevrer where is my site dont support php? |
| Quote: |
| Is it possible to store php script and text file on other server, because sevrer where is my site dont support php? |