|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Aug 2002
Location: Florida Paradise
Posts: 1,445
|
PHP to HTML - Help Please.
Anyone know how to change php to html?
Struggling with this and need a little help. Thanks! icq 152 48 2208
__________________
Make Money With Our Virgins! Cash Bonuses for Everyone! $600 Bonus to $25K Bonus! |
|
|
|
|
|
#2 |
|
G F Y not
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
|
you make no sense.. PHP is a scripting language, how could it possibly be converted to HTML? HTML has no database/file-editing/etc capabilities..
__________________
![]() TGPFactory Full TGP Design & Installation Services ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com See who I am at AdultWhosWho.com! |
|
|
|
|
|
#3 | |
|
Confirmed User
Join Date: Feb 2004
Posts: 3,505
|
Quote:
AddType application/x-httpd-php .htm .html |
|
|
|
|
|
|
#4 | |
|
G F Y not
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
|
Quote:
__________________
![]() TGPFactory Full TGP Design & Installation Services ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com See who I am at AdultWhosWho.com! |
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Aug 2002
Location: Florida Paradise
Posts: 1,445
|
Thanks guys,
I'ts over my head, so I am sure I don't make much sense. I bought a site writtten in php, I want to make some changes to the pages and I cannot. I don't know how to edit it in notepad.
__________________
Make Money With Our Virgins! Cash Bonuses for Everyone! $600 Bonus to $25K Bonus! |
|
|
|
|
|
#6 |
|
So Fucking Banned
Join Date: Aug 2002
Posts: 5,579
|
Looks like you better learn some php then.
|
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Feb 2004
Posts: 3,505
|
Quote:
|
|
|
|
|
|
|
#8 | |
|
Confirmed User
Join Date: Aug 2002
Location: Florida Paradise
Posts: 1,445
|
Quote:
Is that 2 cents I see for your help? Sure why not, I have a couple of cents to spare.
__________________
Make Money With Our Virgins! Cash Bonuses for Everyone! $600 Bonus to $25K Bonus! |
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Nov 2003
Posts: 4,292
|
for the most part is shouldnt be too hard to do it in notepad, you just have to look for the html inside the hahahahahahahahahaha
if the progammer knew you would want to change things they should have made an interface for it or a template system your only other option is to hire someone to make the changes |
|
|
|
|
|
#10 | |
|
Confirmed User
Industry Role:
Join Date: Jan 2003
Location: Nomad Land
Posts: 1,636
|
Quote:
Do this ... access the pages through your browser, right click and view source. Find the HTML you want to edit ... make a search in the PHP scripts for that string ... WHOLA you'll find where to edit. Just don't edit any of the actual code, just the HTML. And remember ONE thing...... if the HTML code has --> " <-- in the beginning and the end ... f.i: "html code <a href='hoho'>hoho</a>" Then you can NOT use any --> " <-- in the code, instead use --> ' <-- ... and vise versa. Uhh yeah, I do agree that you should probably hire someone to help you instead. Or if it's just a tiny thing hit me up on ICQ 3652156 and I'll guide ya through it! Peace
__________________
|
|
|
|
|
|
|
#11 | |
|
Confirmed User
Join Date: Feb 2004
Posts: 3,004
|
Quote:
|
|
|
|
|