39,320 Topics
| |
I have a form in my search.php page and want to know how to search on more than one field in my Mysql Database to give me the result. This is my form for searching one field: <form action="results.php" method="post"> Search: <select name="searchtype"> <option value="date">Date</option> <option value="wk no.">Wk #</option> <option value="year">Year</option> … | |
I am new to PHP and MySQL so am in need of some help please. I am using MySQL through PHP MyAdmin. I have a results page to a MySQL search and formatted it so that they come up as an HTML table. This is it's code: <table border="0" align="center"> … | |
ive been working on my login script, and ive come to a halt. i need some help with writing somthing that will check if the name has already been used like if ( $current_Username = $Database_username) echo "sorry user name taken"; else { continue with rest of functions } where … | |
Right first of all i'm new to php and i know that this is simple, but i just can't figure it out... 1st, I set up a php site that on the first page it has a textbox, lets say its name is text1... I set up the sql so … | |
[size=2]I have recently fixed a coolwebsearch hijack that hijacks my start page. What I didn't realize is that it had also hijacked my address bar in IE. What I mean is that at times when I type a URL in the IE address bar, even though it is a legit … | |
| Does anyone here have any phpbb experience? I'm looking for a rss newsfeed display for my index page of the board. I've looked at phpbbhacks.com and the main site but haven't found anything to tell me how to do it. I know that IM Portal and Integramod and other portal … |
[php]<? $DBhost = "localhost";//location of mySQL on server/site $DBuser = "michael";//User name for logging onto mySQL $DBpass = "";//Password for logging onto mySQL $DBName = "user_login_info";//Name of the databse for logging into $table = "login_info";//Name of the Table to be used steps to create are included $name = "$_POST[name]";//Name that … | |
Does anybody have any insight into using PHP Sessions on an IIS based web server? The problem I am having is that I am using PHP sessions in my counter to make sure that a user is only counted once per visit. It is supposed to ignore them as they … | |
Hello. I have installed PHP4 and MySQL (.dmg) on Mac OSX v3 client. Everything is up and running. I have created tables in my DB, established user privileges, etc through the 'terminal' app. I have turned on web sharing through the 'preferences' panel and dragged my .php files to the … | |
Anyone know any FREE software and tuts that will teach me how to make an Auction site? My current site is. [url]www.FireStreak.com[/url] :twisted: | |
Hi all! Yet another great PHP board. (i think, right?) hehehe, needless to say, i have no clue. I used to program from BASICA to Turbo Pascal 7. Havent ever really touched HTML or PHP. Now, i need to setup a small, basic message board and would like some help. … | |
heres the code to send the info [code]<html> <HEAD> <title> form Handling with PHP </title> </head> <body bgcolor="#FFFFFF"> <center> <form method=post action="submittedinfo.php"> <input type="hidden" name="id" value="NULL"> <table> <tr> <td colspan="2"><font SIZE="+0" face="verdana"> Lets see if we cant get this form to work! </td> </tr> <tr> <td> </td> </tr> <tr> <td … | |
Hi, I'm creating an administration area for a little web-app and I've come across a problem that I've never encountered before. The form that I'm working on is used for the maintenance of a table that has several properties. One of these properties can be selected with checkboxes, and then … | |
hi guys newbie here trying to create my own webmail pop3 checker for my site but cant find a tutorial. any chance any of u know the basic commands or know atutorial cheers, noojam55 :cry: | |
Hey, I've written a script in PHP that writes data into a MySQL database upon request, but what I'd also like to include is a script that will go in after the request is made, and check to make sure that the same entry does not already exist... and I … | |
I own a cpanel account, i want to know if i can resell that to people for free. kinda like: Admin Username: USERNAME Admin Email: EMAIL Admin Password: PASSWORD Desired Url: http//forum-support.net/YOURNAME once filled in it creates a db and gives them 5 mb of space | |
I am using PHP 4.3.5. I am having a problem in which my script is crashing when it is using a large array. I have simplified the problem down to the following example: [php] <? set_time_limit(0); echo("<html><body>test<br>"); $array1 = array(); $value1 = 1; for ($index = 0; $index < 160000; … | |
Hello !I come from taiwan ! I just study php over 6 month Sorry,my english is not good,i just can use very simple english.. HOW can I use php function get this webpage . [URL=http://192.192.13.174:81/ipac20/ipac.jsp?session=1086PP35J1031.16718&profile=tb&uri=full%3D1100001%40%21364257%40%210&fullmarc=true&aspect=basic_search&menu=search&source=192.192.13.174@!tb&view=items&ri=1&staffonly=&term=9572011324&index=ISBN&uindex=&aspect=basic_search&menu=search&ri=1#focus]Click here[/URL] and i want get some string beacuse i need transport into Database! ex.I want … | |
Hi, I'm trying to figure this php stuff out, but, i'm too right brained or something (or is it left?). Here's what I'm trying to do: When someone lands on my site I want them to enter a code (which they will get from one of my ads). I want … | |
I'm trying to make a BB Code script, setting the Bold, Italic, URL etc is easy enought but how do you make it scan for rogue links that aren't placed in a URL tag and same goes for email because I just can't get it to work. | |
Hi, On my website, I have links to different pages like the following: [site_url]/email_req.php?email=[email]&ps=[ps]&refid=[refid] But, it is not inserting the correct things such as referral id, site url and the others too. It just stays like that. Any help would be great! Thanks! Matt :) | |
Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only can see them with Internet Explorer (I'm using it to show me the output from my PHP program). If I want to see … | |
Hello, everytime I enter a url which does not exist i'm directed to [url="http://th.msie.cc/index.php?aid=20038"]http://th.msie.cc/index.php?aid=20038[/url] Please find hijacklog below I ran Addaware and it found nothing (and it was updated) THANX PS i'm a total computer dumbo Logfile of HijackThis v1.97.7 Scan saved at 21:25:57, on 25/05/2004 Platform: Windows XP SP1 … | |
Hello to one and all! Am new here and I have a problem with ( :evil: [url]http://www.th.msie.cc/index.php?aid=579[/url] :evil: ) I would like to know anybody else has this same problem and if so I would be much obliged if you could teach me as how to get rid of it. … | |
Allright, I am having a problem, that I can't solve for the life of me. Whenever I type an incorrect URL, I get redirected here: [url]http://th.msie.cc/index.php?aid=20038[/url]. I have run HiJack this and removed entries pointing to the location. I have run CWShredder which claimed to remove the coolsearch.com. I downloaded … | |
Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only can see them with Internet Explorer (I'm using it to show me the output from my PHP program). If I want to see … | |
Hello, Im trying to send an email which will send information from a enquiry form. but everytime i fill in the details and press send this error comes up: Parse error: parse error, unexpected T_VARIABLE on line 5 have i done this wrong? <?php $to = "thomashumphrey@hotmail.com"; $re = "Enquiry … | |
hello.. I am just testing a simple PHP password/verify form... and I don't know why its not working. I am new to PHP but I have looked at other sample codes and mine seems to be okay in my eyes... I have two files... password.html and password.php. password.html looks like … | |
Hello all, At last i found a decent uk forum, hopefully someone here is prepared to help me and share there knowledge with me. I have recently installed php-nuke version 7, all working fine but really want to alter the way it looks. i have added my own temp logo, … | |
hello evryone, I have created a script in php for reading information from mysql and then sending in to the subscribers. Everything works fine and when the subscriber opens an email in outlook exrpess or any other soft or webmail that doesnt format the html code of the email its … |
The End.