Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Converting from HTML to PHP
Old 10-02-2004, 09:31 PM Converting from HTML to PHP
Junior Talker

Posts: 1
Trades: 0
Can anyone help me convert this code from HTML to PHP

Code:
<div id="HCLInitiate" style="position:absolute; z-index:1; top: 40%; left:40%; visibility: hidden;"><a href="javascript:initiate_accept()"><img src="//www.demosite.com/live/inc/skins/default/images/lh/initiate.gif" border="0"></a><br><a href="javascript:initiate_decline()"><img src="//www.demosite.com/live/inc/skins/default/images/lh/initiate_close.gif" border="0"></a></div>
SaltTank is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-02-2004, 10:37 PM
kisk's Avatar
Extreme Talker

Posts: 161
Location: skynet
Trades: 0
PHP Code:
echo('<div id="HCLInitiate" style="position:absolute; z-index:1; top: 40%; left:40%; visibility: hidden;"><a href="javascript:initiate_accept()"><img src="//www.demosite.com/live/inc/skins/default/images/lh/initiate.gif" border="0"></a><br><a href="javascript:initiate_decline()"><img src="//www.demosite.com/live/inc/skins/default/images/lh/initiate_close.gif" border="0"></a></div>'); 
you can't really convert html to php ... but you can echo html using php. was this what you were looking for?

Last edited by kisk; 10-02-2004 at 10:40 PM..
kisk is offline
Reply With Quote
View Public Profile Visit kisk's homepage!
 
Old 10-03-2004, 12:34 AM
someotherguy582's Avatar
Average Talker

Posts: 21
Trades: 0
Yeah... you really cant convert that to PHP. You should use PHP for scripts that require login, connects to a db, etc.
someotherguy582 is offline
Reply With Quote
View Public Profile Visit someotherguy582's homepage!
 
Reply     « Reply to Converting from HTML to PHP
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11478 seconds with 12 queries