39,310 Topics

Member Avatar for
Member Avatar for pancgom

Hi, I am trying to build a multipage php form using mysql as the backend much like the ones in monster.com. First page with the personal details Second page with educational details Third page with work experience details Can some one please give me a thread or a link or …

Member Avatar for buddylee17
0
1K
Member Avatar for upinder

hello i think my problem solution here so guide me which script use this web site [url]http://www.deshsewak.com[/url] thanks in advance upinder

Member Avatar for phper
0
76
Member Avatar for alganar

I am having issues with soap once I try the soap call with the array I get the following error what does this mean and how can I fix it? [CODE] Fatal error: Uncaught SoapFault exception: [HTT] Could not connect to host in /home/eye123/public_html/track.php:33 Stack trace: #0 [internal function]: SoapClient->__doRequest('<?xml …

Member Avatar for phper
0
168
Member Avatar for ZaphodQB

I know there are many posts on this subject, however after reading them I am still not seeing what the problem is in my code. I have run the SQL Query in phpmyadmin and it works fine, calling up the correct entry from the database. The error is being raised …

Member Avatar for ZaphodQB
0
146
Member Avatar for ash112

Hi I am a newbie to PHP. i am having serious problems trying to pass the id to the next page via a hyperlink. i am creating a real estate website and after searching for a property the code below is displayed. this code basically should list all the properties. …

Member Avatar for somedude3488
0
139
Member Avatar for jaydude23

[code=php] <?php if (isset ($_POST['chk8'])) { $req1 = "Service Protection Plan (SPP)\n"; } else { $req1 = "None\n"; } if (isset ($_POST['chk9'])) { $req2 = "Three Product Welcome Kit (Scientific Atlanta)\n"; } else { $req2 = "None\n"; } if (isset ($_POST['chk10'])) { $req3 = "Three Product Welcome Kit (Motorola)\n"; } …

Member Avatar for ultra vires
0
151
Member Avatar for markhammill

Hi, I'm trying to insert a php page into my webpage. I succeeded inserting plaincart [shop.php](http://www.michton.com/shop.php) but now I have come to upgrade to zencart I can’t seem to do it. I have attempted it using an inline frame [shoptest.php](http://www.michton.com/shoptest.php) it worked in firefox but not IE. I haven't bothered …

Member Avatar for markhammill
0
266
Member Avatar for queenc

hi, [CODE]$lines = file('http://www.website.com/jd.rtf'); foreach ($lines as $line_num => $line) { print "<table width='30%'>"; print "<tr><td><a href='http://www.website.com/jd.rtf'>". htmlspecialchars($line) . "<br />\n</a></td></tr>"; print "</table>"; }[/CODE] the above code uses array,i want all the array data to get stored in a string...it is not working.[U]Error:page cannot be displayed[/U].But the is there the …

Member Avatar for kevin wood
0
118
Member Avatar for Batfred

Hi all, this may be a simple one (hopefully). I am new to Dreamweaver 8 (I miss dreamweaver 4, but Vista seems to hate it) and have just defined my site. The code all looks right, but the display looks ... well, just wrong. I can write in code, but …

Member Avatar for Batfred
0
83
Member Avatar for gurusundar

i have configured virtual host for apache in my window os. i am having a site named lead capture in my c://appserv/www/ normally i will type in browser as [url]http://localhost:81/leadcapture[/url] after setting up the vhost i typed the url as [url]http://leadcapture[/url] which must work normally and show my website. But …

Member Avatar for gurusundar
0
124
Member Avatar for jino

Hi all, I am new to php..I want to do a project regarding NEWS. Can anyone help me to give an example module of news program..or site urls from where i can download the example codes of news module.. Thanks in advance.. Jino..

Member Avatar for jino
0
80
Member Avatar for lydia21

[CODE]<html> <head></head> <body> <?php $id=$_GET['id']; $hostname = "localhost"; $username = "jesus"; $password = "jesus"; $dbid = "jesus_jesus"; $link=mysql_connect($hostname, $username, $password); mysql_select_db($dbid) or die("unable to connect"); $result=mysql_query("select * from jobs where owns='$id'"); while($myrow = mysql_fetch_array($result)) { print "<option value='$myrow[0]' selected>$myrow[1]</option>"; } ?> </body> </html>[/CODE] In this code i need first value …

Member Avatar for lydia21
0
96
Member Avatar for Scottmandoo

Ok im trying to upload an image and a .zip file to 2 different loactions at once aswell as put their links on my mysql database, heres my script, at the moment it displays nothing, does nothing and seriously needs fixing. [CODE=php]<?php $username="my_username"; $password="my_password"; $database="my_database"; $font_name = ucfirst($_POST['font_name']); $letter = …

Member Avatar for Scottmandoo
0
78
Member Avatar for GEOHAM

It's probably OBVIOUS to most of you (I'm a self-taught PHP novice) but I can't, for the LIFE of me, figure out what's wrong with this code! I'm getting a parse error that points to the open curly quotes (in red) in the first line of this code: "...parse error, …

Member Avatar for GEOHAM
0
95
Member Avatar for nikhilthelegend

I'm doin a project using php and mysql. i have 2 tables in my database namely: question & answer. the question table can b accessed by teacher and answer table can be accessed by student... the teacher can all or delete questions frn d question table... i want to create …

Member Avatar for somedude3488
0
83
Member Avatar for twelvetwelve

I'm trying to use the GET method to pass a variable from one page to another [code=php] <?php $id ++; echo $id; ?> <input type="hidden" name="quiz" value="venn" /> <?php echo '<input type="hidden" name="id" value='.$id.'" />' ?> [/code] In the URL it returns the value [url]http://localhost/moodle/logicquiz/quiz_start.php?answer1=&answer2=&answer3=&answer4=&quiz=venn&id=3%22[/url] My question is this.......how can …

Member Avatar for DMayo
0
1K
Member Avatar for DMayo

Hi, I'm new to CURL and I'm trying to use it to crawl a page. I checked the HTTP Headers for the post and noticed there was an initial POST, then a redirection, which is followed by a GET. During the redirection, cookies are set. I have tried doing this …

0
68
Member Avatar for dottomm

Hello and thanks in advance to anyone that can help. I trying a simple password recovery script that emails the password after a registered user enters their email. For testing purposes I have been able to get the variable to display on the page after submission, but the email that …

Member Avatar for dottomm
0
1K
Member Avatar for msdmds

I am trying to check if a numerical code that the user enters has already been submitted. I have already checked that the table exists as the first numerical code, but I keep getting an error when I try to check if the second numerical code exists in the table: …

Member Avatar for msdmds
0
151
Member Avatar for pukkalol

Can some one help me with this script of mine. ive coded this script so people can register on the register page which this script forms up, but the script is comming up with some errors which i cannot find and if i do find it another one pops up. …

Member Avatar for Nick Evan
0
270
Member Avatar for aran87

Hello im trying to get this checkbox code working, im using it in php in a while loop output so when the user gets there search output they can select an option by ticking a option but the user must at least select one option no more then 2 options …

Member Avatar for queenc
0
148
Member Avatar for dbayo

hello..i have a problem when i try to post the value from form 2.php to form 4.php..this form name 2.php..i make a table in this form.the problem is, i cannot post all the value that i wrote, it just take the last value for the proccess..anybody?..plz help me..u can try …

Member Avatar for queenc
0
59
Member Avatar for denniskhor

I using Frontpage, PHP, and JavaScript to do tis project, but i cant make it the b0001 course to match with the STPM result and SPM result requirement. For example, for course b0001 must require STPM result pengajian am C+ more, then other subjects B+ more, if not, the system …

Member Avatar for phper
0
65
Member Avatar for lydia21

when i'm passing value through $_SESSION in frames first time i'm not getting value.when i execute second time i'm getting value.why the values are not passing first time.

Member Avatar for phper
0
73
Member Avatar for mgn2683

Right now the site I am working on has a restrict access set up for two levels, but the way they set up their registration, once someone registers, they can login to the member side without first being activated in the database. I'd like to be able to adjust the …

Member Avatar for nav33n
0
102
Member Avatar for twelvetwelve

Hi I’m new to PHP and MySQL and I’m trying to return a MySQL query using a PHP variable that has been passed to it. I currently get this error: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\moodle\logicquiz\quiz.php on line 57 Error performing query: You …

Member Avatar for nav33n
0
1K
Member Avatar for geofoxer

Hello all, I am wanting to know if it is possible to program a log-in page with php that will limit the amount of attempted logins, and then after a specific amount of wrong tries (say 10 for example) that person will be blocked for several hours. I am no …

Member Avatar for geofoxer
0
65
Member Avatar for pendejo

i m trying to find out which method would be the best to create a: web-form. that the client can build and add field as wanted. with submit button. (for me to recieve) with convert to downloadable pdf,txt,doc. (for them to backup) it's for the client to build his Q&A …

Member Avatar for sDJh
0
107
Member Avatar for Hers2keep

I am very new to php programming, but not new to web programming. I am setting up an osCommerce store on a W2k03/IIS server and have run into the error below. This happens on the final submit order button. I've done some searching on the web and the general concensus …

Member Avatar for Hers2keep
0
1K
Member Avatar for hansF

Can somebody explain why the following works... [code] <?php system("ls /home/hans/"); ?> [/code] and this not..... [code] <?php system("cp /home/hans/data.txt /home/hans/data.tx2"); ?> [/code] For the life of me, I can't figure it out. I simply want to copy a file, so why won't php let me do this? Please help, …

Member Avatar for vl4kn0
0
137

The End.