|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
hello,
I am using set of hyperlinks for some online journals. While I click a particular link, the journalcode/hyperlink code , local IP address should be stored in a MySql database. Eg. <H5><A href="http://www3.us.elsevierhealth.com/ajog/" target="_blank"> <B>1. American Journal of Obstetrics and Gynecology</B></A></H5> <H5><A href="http://www3.us.elsevierhealth.com/jpeds/" target="_blank" > <B>2. The Journal of Pediatrics</B></A></H5> <H5><A href="http://jama.ama-assn.org" target="_blank"> <B>3. JAMA </B></A></H5> anybody help pls |
|
#2
|
||||
|
||||
|
I'd try the following, replace all url's in question with ones like this:
Old: <A href="http://www3.us.elsevierhealth.com/ajog/" target="_blank"> New: <a href="redirect.php?target_url=http://www3.us.elsevierhealth.com/ajog/" target="_blank"> redirect.php contains the following code: PHP Code:
Hope this helps. |
|
#3
|
|||
|
|||
|
Thanx Mr.Itascon. It's working fine.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > using hyperlinks with php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|