HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

please help me
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
janettranny



Joined: 01 Oct 2008
Posts: 9
Location: chicago

Posted: Fri Oct 03, 2008 8:15 am     please help me  

<?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: 1402
Location: Biloxi, MS

Posted: Sat Oct 04, 2008 8:07 pm      

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

Posted: Sun Oct 05, 2008 8:27 am      

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: 1402
Location: Biloxi, MS

Posted: Sun Oct 05, 2008 2:31 pm      

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



Joined: 01 Oct 2008
Posts: 9
Location: chicago

Posted: Sun Oct 05, 2008 9:24 pm      

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

Posted: Mon Oct 06, 2008 8:14 am      

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



Joined: 01 Oct 2008
Posts: 9
Location: chicago

Posted: Mon Oct 06, 2008 12:19 pm      

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

Posted: Tue Oct 07, 2008 11:41 am      

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: 1402
Location: Biloxi, MS

Posted: Tue Oct 07, 2008 2:26 pm      

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.
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> PHP
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group