HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
please help me
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
janettranny



Joined: 01 Oct 2008
Posts: 9
Location: chicago

PostPosted: Fri Oct 03, 2008 8:15 am     please help me Reply with quote

<?php
define("DB_SERVER", "localhost");
define("DB_USER", "your_name");
define("DB_PASS", "your_pass");
define("DB_NAME", "your_db");
define("TBL_USERS", "users_table_name");

$connection = mysql_connect(DB_SERVER, DB_USER, DB_PASS) or die(mysql_error());
mysql_select_db(DB_NAME, $connection) or die(mysql_error());

...

function addNewUser($username, $password){
global $connection;
$password = md5($password);
$q = "INSERT INTO ".TBL_USERS." VALUES ('$username', '$password')";
return mysql_query($q, $connection);
}
?>

this is php code i wana use it in that html site

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body
style="background-image: url(http://www.freemyspacebackgrounds.com/graphics/backgrounds/058.gif); color: rgb(0, 0, 0);"
leftmargin="0" topmargin="0" link="#0000ff" marginheight="0"
marginwidth="0" vlink="#0000ff">
<center><img alt="" src="http://i33.servimg.com/u/f33/12/93/12/55/i_logo11.png"><br> For Shemales, trannys, cd, and tv ,gays
<center>
<marquee id=marq><div align="center"><a href = 'ymsgr:sendim?janettranny22'> <img src="http://opi.yahoo.com/online?u=janettranny22&m=g&t=StyleID" border=0></a><a href = 'ymsgr:sendim?janettranny22&m=hello+my+friend'><font color="blue"><font face="Impact">.............Send janet yahoo IM .........</font></font></a></div>
<div align="center"><a href = 'ymsgr:sendim?deanajean69'> <img src="http://opi.yahoo.com/online?u=deanajean69&m=g&t=StyleID" border=0></a><a href = 'ymsgr:sendim?deanajean69&m=hello+my+friend'><font color="cyan"><font face="Impact"><font color="green">.............Send Deana yahoo IM .........</font></font></font></a></div>
<div align="center"><a href = 'ymsgr:sendim?ninadm_1928'> <img src="http://opi.yahoo.com/online?u=ninadm_1928&m=g&t=StyleID" border=0></a><a href = 'ymsgr:sendim?ninadm_1928&m=hello+my+friend'><font color="cyan"><font face="Impact"><font color="red">.............Send Nina YAHOO IM .........</font></font></font></a></div> </marquee> <center><br /><input type="button" onclick="marq.start()" value="Run"><input type="button" onclick="marq.stop()" value="Stop"></center><center><iframe src="http://free.timeanddate.com/clock/i17mkppr/n64/fc888/tc444/pc444/tt0" frameborder="0" width="400" height="20"> </iframe></center>
<table border="0" cellpadding="10" width="100%">
<tbody>
<tr>
<td valign="top" width="50%"><strong><a
href="http://sparklingdiamond.forumotion.com/forum.htm/">Go to forums</a></strong><br>
<p><strong><a href="http://sparklingdiamond.forumotion.com/login.forum?connexion">LOGIN</a></strong><br>
</p>
<p><strong><a
href="http://sparklingdiamond.forumotion.com/profile.forum?mode=register">Register</a></strong><br>
</p>
<p><strong><a href="http://sparklingdiamond.forumotion.com/gallery/personal.htm"><b><strong>Personal Photo Album</strong></b></a></strong><br>
</p>
<p><strong><a
href="http://sparklingdiamond.forumotion.com/ask-for-advice-how-to-be-nice-shemale-f4/">How to be nice shemale</a></strong><br>
</p>
</td>
<div align="center"><a href="http://www.sparklingdiamond.synthasite.com/"><FONT COLOR="#FF00FF"><b><br /><br /><br />WHO Janet LOVE!!!!</b></FONT></a></div> <center><center><span class='genmed' style='line-height: 250%'>&nbsp;<a &nbsp;<a href='/forum.htm'><FONT COLOR="#FFFF00">EnterForums</FONT></a><br>&nbsp;<a href='/memberlist.forum' rel='nofollow'>Memberlist</a><br>&nbsp;<a href='/profile.forum?mode=editprofile' rel='nofollow'>Profile</a><br>&nbsp;<a href='/faq.forum' rel='nofollow'>Search</a><br></span> <embed src="http://www.magazinela.com/mp3/files/YouDriveMeCrazy.mp3" type="audio/mpeg" loop="true"/> <center>THE VISITS COUNTER </center>
<div align="center"><a href="http://www.sensational.com/diet/alliDietPill.html"><img src="http://www.freehitscounter.org/counter.php?id=10247&t=4" alt="Alli" /></a></div>
</text> <marquee scrolldelay="150"><img src="http://www.tjrankin.com.au/images/welcome_icon.gif" width="200" height="120" alt="Milford Sound in New Zealand" /></marquee>
</tbody>
</table>
</center>
</center>
</body>
</html>

how please?
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1391
Location: Biloxi, MS

PostPosted: Sat Oct 04, 2008 8:07 pm     Reply with quote

Is this for your MySpace? If so, it can't be inserted via your Profile Editor as it will not work because there is no form processor for it. Besides, MSpace already has a Password/UserName box.
janettranny



Joined: 01 Oct 2008
Posts: 9
Location: chicago

PostPosted: Sun Oct 05, 2008 8:27 am     Reply with quote

hi no it's not myspace
this ismy forums home page
can u help me please?

im not into pm dont worry Wink

thanx
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1391
Location: Biloxi, MS

PostPosted: Sun Oct 05, 2008 2:31 pm     Reply with quote

Does your hosting site allow use of PHP? Where did you get the PHP code?
janettranny



Joined: 01 Oct 2008
Posts: 9
Location: chicago

PostPosted: Sun Oct 05, 2008 9:24 pm     Reply with quote

hi
i get that php code from topic here in that forums but that's not the point coz i show u that code coz i wana know if i can use php in my html page coz if i can use php and that last code working i need php code to move my last new topics like a rss
hope u got what i mean
thanx
hope u can help me
Daler



Joined: 23 May 2008
Posts: 53

PostPosted: Mon Oct 06, 2008 8:14 am     Reply with quote

At the top.. the mysql code is just ripped from my thread...
janettranny



Joined: 01 Oct 2008
Posts: 9
Location: chicago

PostPosted: Mon Oct 06, 2008 12:19 pm     Reply with quote

Daler wrote:
At the top.. the mysql code is just ripped from my thread...


dont worry Daler i will not use ur php code ya i take that code from ur topic and if u notice i say that
any way i dont need that php code
what i need is move my last new 30 topics in forums in the home page like rrs and i use ur code only for be sure how to use the php code and how it can work thanks and here u are take ur code i dont use it
thanx
janettranny



Joined: 01 Oct 2008
Posts: 9
Location: chicago

PostPosted: Tue Oct 07, 2008 11:41 am     Reply with quote

should i wait for help or i need to looking for help in other place!!??
please im serious!!!!!!!!
thanx
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1391
Location: Biloxi, MS

PostPosted: Tue Oct 07, 2008 2:26 pm     Reply with quote

Now I'm confused about your problem as you originally asked about PHP code and now say "what i need is move my last new 30 topics in forums in the home page like rrs".

Is there something else to do with your code that you posted that you need looking into or what? Not sure what topics nor what "rrs" is.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial