| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
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...
|
|
1 |
382 |
|
 |
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...
|
|
1 |
477 |
|
 |
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.
|
|
3 |
456 |
|
 |
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?
|
|
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
|
|
3 |
552 |
|
|
by ctrohaya
how to create graph in php programming using data located in mysql dbase....
|
|
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...
|
|
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
|
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
|
4 |
361 |
|
 |
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
|
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
|
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
|
2 |
300 |
|
 |
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
|
1 |
2,665 |
|
 |
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...
|
|
1 |
283 |
|
 |
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",...
|
|
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
|
|
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...
|
|
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
|
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
|
|
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...
|
|
1 |
534 |