GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Sub-Forums : MySQL / PHP Forum Search this Forum
  Forum Last Post Threads Posts
28 57

Post New Thread
Threads in Forum : MySQL / PHP Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Question
by sgi
Hi there ~ I'm trying to populate a dB with a simple HTML form and my PHP code is on the same page as my HTML just above the < doc type > If line 65 ends with a semicolon ";" then I get the parse error shown in the title; however, if I take it out, it gives me the parse error, unexpected T_STRING...
19-Apr-2007 00:54
by davekw7x Go to last post
1 382
Post
by darkdante
I am trying to build a string of code dynamically from the database so that when I update my database structure, I won't have to modify the addserver.php page. The part shown below should dynamically build the form portion of my page. Below this code is the static version of the code that I'm...
17-Apr-2007 17:08
by darkdante Go to last post
1 477
Unhappy
by Will14
Can someone please point me in the direction to get a book or tutorial to get started with PHP. i mean like where to post the stuff where to write it how to write. Pretty much PHP for dummies.
15-Apr-2007 23:13
by realmetrics.com Go to last post
3 456
Lightbulb
by markyp
hi i want to have members logging into my system using passwords! I am not sure how to do this, in the db i have put under member username and password but am not sure how this can be tied into the code?
15-Apr-2007 23:12
by realmetrics.com Go to last post
2 531
 
by markyp
Hi, I have created my database in phpmy admin using the wamp server, Then I have creted code in text pad and put this on the local host. I need to know how two combine the two? thanks
15-Apr-2007 23:10
by realmetrics.com Go to last post
3 552
 
by ctrohaya
how to create graph in php programming using data located in mysql dbase....
15-Apr-2007 23:07
by realmetrics.com Go to last post
4 2,842
 
by Krandygrl00
My question is that if I have many to many relationships is this how far my n ormaliztion goes...hope u can read it. i get very confused with normalization thanks My Tables.... Package Package ID Travler ID Itinerary Number HotelReservationNumber Excursion ID Package Number Package ID Customer...
10-Apr-2007 13:47
by Krandygrl00 Go to last post
0 389
 
by Kacyndra
hi i have been looking everywhere, trying ot find a script that would let me count (in real time) how many people are currently browsing a specific page. for example. on index.php - i want to say "xx people are currently viewing otherpage.php" is it possible? has anyone ran across it? help...
09-Apr-2007 14:22
by lwbbs Go to last post
3 440
 
by Richardknox
Hello, I have a database that I use to keep track of those that visit my website, and each link that they view, it updates a count so that the next viewer can tell how many people have viewed the link. I created a script that allows the database to be updated once per day, per link. But I want to...
09-Apr-2007 10:27
by admin Go to last post
4 361
Exclamation
by pembomassive
Hi , i'm trying to connect php to the db using the following code (the name of my db is called multiple choice), it is in a wamp server an there is no password or user name <?php $con = mysql_connect("localhost"); if (!$con) { die('Could not connect: ' . mysql_error()); }if...
06-Apr-2007 16:04
by lwbbs Go to last post
6 655
 
by Kacyndra
i currently have this: $handle=opendir($upload_dir); $filelist = ""; $counter = 0; while (($file = readdir($handle)) && ($counter <=11) )
30-Mar-2007 21:27
by JdS Go to last post
1 358
 
by Kacyndra
hi, i have this very simple upload script, that i'm trying to modify. basically, something is wrong w/ my direcotory structure, because i keep getting a CHMOD error, but when i upload a file, it flashes an error on the page, and then redirects somewhere else. how can i see that error? you can see...
30-Mar-2007 21:19
by JdS Go to last post
2 300
Thumbs up
by Dave101
Here is a program in PHP that has the hidden text. When you run this program it displays "BOOKMARK". Could anyone tell me why is this BOOKMARK being displayed. Like which part of the code has made this or from where the hidden word came? The program is: <?php ...
29-Mar-2007 18:55
by admin Go to last post
1 2,665
Exclamation
by markyp
hi i have a project in on thursday morning an need to know how to do this. From a drop down menu say there are 4 option a b c and d. when you submit any of these say C i need it to take you to a webpage associated with that and the same applies to the others. can someone tell me how to do this an...
27-Mar-2007 15:01
by markyp Go to last post
1 283
Exclamation
by pembomassive
hi this error is driving me crazy this form is to update into a db soem prob on line 19 tried adding a } before line 19 nothing changed <?php $con = mysql_connect("localhost","markpemberton","fowler"); if (!$con){('Could not connect: ' . mysql_error());} else { mysql_select_db("multiple_choice",...
27-Mar-2007 09:16
by markyp Go to last post
4 354
 
by pembomassive
Hi I have a guest area where I want people to sign up on a page and have completed the fundamentals, but not the button. I want once the button is clicked on it to take the personal information into the database from the page? Any ideas
26-Mar-2007 06:27
by pembomassive Go to last post
4 380
 
by Richardknox
I have looked around, and seen alot of limited answers on the net, so I hope I can get a complete answer from someone here. How would I go about redirecting from a thank you page, once a timer counts down to "0". I want to show the timer counting down on the page, and once it reaches "0", I plan...
24-Mar-2007 11:55
by Richardknox Go to last post
0 1,560
 
by LukeH
Hi, I a complete idiot when it comes to PHP as you can see - am teaching myself but is a slow process. the code below/* Html Price*/ if ($perm->check("admin,storeadmin,shopper")) { $html_price = "<a href="javascript:void...
14-Mar-2007 02:11
by LukeH Go to last post
0 295
 
by godly.asian
I am getting an error in my config.inc.php script. I copied this script directly from a book. So I am not sure what is wrong. I have included the full script in the .zip
12-Mar-2007 11:43
by godly.asian Go to last post
6 684
 
by pembomassive
Hi i've set up a mysql account and it worked fine but turns out i need a username and password. ""Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and...
08-Mar-2007 15:33
by pembomassive Go to last post
1 534
Post New Thread

Recent GIDBlogProgramming ebook direct download available by crystalattice

Display Options Moderators
Showing threads 201 to 220 of 872 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 19:32.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.