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
06-Aug-2007 20:55 Go to last post
26 54

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
 
by Zorachus
I remember this place being very helpful a few years ago, so this is the first place I thought of when I ran into this problem. I'm doing independent study this semester (actually a third one-month semester; my university is a bit weird). The professor that I'm working with requires exactly what...
07-May-2008 19:32
by Zorachus Go to last post
0 16
 
by Kilgayne
Hello there, I have a question for the mysql cracks out there; Assuming I have a website set up with a mysql database, is there a way I can log into my database from a distant computer and work with it remotely just by knowing the web or ip address and obviously, my user name and password?
30-Apr-2008 06:04
by Kilgayne Go to last post
2 84
Smile
by oggie
Hi, I am looking for some kind soul to help me with a site for a garage. It needs to use PHP and Mysql (database). It needs to have a login page, register page, booking page for (services, mot's, repairs) and calendar. It is also needs a product catalogue page and payments page. I just need the...
29-Apr-2008 22:42
by Steel9561 Go to last post
1 55
Smile
by mamz
hi, pls can some one let me know some resourses to learn MySQL & PHP. e-books, tutorials etc... Im just a beginner. thanks:D
29-Apr-2008 22:40
by Steel9561 Go to last post
3 79
 
by oggie
<?php my.calender <month> <year> This where the problem is. Parse error: syntax error, unexpected '>' in /home/ogl10b7/public_html/EricsCarRepairs/bookings.php on line 134 - need some help. //This Command Will Display Calender for Requested month from year 1 AD onwards. //Try Its Your Self ........
28-Apr-2008 03:22
by oggie Go to last post
0 42
 
by partnole
Please tell me what I am missing from my code. It works but it does not display the time and date. Thanks <?php if(isset($_COOKIE)) { print("Your last submision time was ");
21-Apr-2008 16:39
by partnole Go to last post
0 54
 
by lipop88
Hi All, I am new to php, just wanna study as part of the course. I would like to add rank on each row data query from database. I try some method, but it did't work right. My way was when click on second page. The Rank start over from number 1-8, by right it should start from number 8 to 16. and...
16-Apr-2008 22:45
by lipop88 Go to last post
0 43
Question
by oggie
This is the code I have got. And I included the syntax error that keeps coming up. I have no idea's. // start output buffering. ob_start(); // Initialise a session. session_start() $_SESSION = "sid"; this is line 8 setcookie("sid", sid, time()+3600); setcookie("sid", $_GET, time()+3600);
15-Apr-2008 10:31
by oggie Go to last post
7 61
 
by jlee
Hi I am creating a website and linking it to a database using php and mysql. I need to create the databses in phpmyadmin and have decided on the structure of the tables in the database. However, as expected, there are foreign keys in some of the tables - does anyone know how to link the foreign key...
14-Apr-2008 20:00
by jepler Go to last post
6 32,826
Smile
by oggie
I cannot see the problem. I got this code from looking at a book. Any solutions. // Check for the existence of that email address. $query ="SELECT user_id FROM registration WHERE email='". escape_data($_POST . "'"; line 21 $result = mysql_query ($query) or trigger_error("Query: $query\n<br...
14-Apr-2008 16:50
by TurboPT Go to last post
5 56
Smile
by oggie
I am trying to get this all work together, and am not getting far. can anyone help me out. Cheers. <?php # header.html // This page begins the HTML header for the site. // start output buffering. ob_start(); // Initialise a session. session_start();
14-Apr-2008 15:08
by oggie Go to last post
8 125
Smile
by oggie
This is the code I have done but I am getting a line error when I upload it. This the line error: Parse error: syntax error, unexpected '}' in /home/ogl10b7/public_html/EricsCarRepairs/register.php on line 79 I have loked at line 79 and cannot understand why it is coming up with this. Any...
13-Apr-2008 16:16
by TurboPT Go to last post
5 62
 
by Corey
Hey guys, Below is a login page. For someone reason when users try to login into it on a windows server, it doesn't redirect, and instead just goes back to the login page. No errors in the error_log or anything. All errors are turned on, they get nothing. This works fine on a linux server. I've...
06-Apr-2008 15:58
by Corey Go to last post
0 78
 
by partnole
I need help to tabulate the frequency of answers to each question cumulatively and display the result in a graph. Looking for code to get started. Thank you.
04-Apr-2008 12:33
by partnole Go to last post
0 69
 
by wedel
<html> <body> <?php if(isset($_POST)) { // This is the name of the database i made. $db = mysql_connect("localhost","root","") or die('connection error '.mysql_error()); //
02-Apr-2008 13:15
by wedel Go to last post
0 68
 
by Mexican Bob
I'm looking to create a generic, PHP daemon type service that basically is a repeater with some processing. The idea is that it takes a data stream from a connected client and then sends that data to each other client connected to the server. Since I don't know PHP worth a damn, does anyone have...
30-Mar-2008 23:12
by Mexican Bob Go to last post
0 59
 
by kingsley
i have a problem with my code although it looks perfectly ok but it does not create the result set i need to access my database. when i try to run it by typing localhost/test1.php it connects to the database but returns no result set and doesnt recognize my select statement. What is worng with...
12-Mar-2008 08:54
by TurboPT Go to last post
1 155
Post
by asdfg
I Am using MYSQL, Database Created using this SQL COmmand String CopiesTblCreate = "CREATE TABLE Copies (Access_No INT NOT NULL AUTO_INCREMENT,"+ "ISBN CHAR(10) NOT NULL,"+ "Received_Date DATE,"+ "Availabilitty BOOLEAN NOT NULL DEFAULT 1,"+ ...
10-Mar-2008 11:40
by asdfg Go to last post
10 525
 
by Richardknox
Greetings, On my site, I link to other sites webcams, but sometimes those cams are down for what ever reason, and it returns a 404 error back to the window that is displaying the cam. Right now I just go in and modify a field in the database to display a static image for that webcam, but I have to...
08-Mar-2008 17:59
by admin Go to last post
1 101
Red face
by asdfg
Hi All I am New to MySQL, I need a help on creation Statement for the my following statement(SQL). Please check is it correctness, and please to suggest me the correct statement, I attached my Databases structure on pdf. Followings are my owns. For the Mmeber Table Creation:
08-Mar-2008 04:13
by asdfg Go to last post
6 189
Post New Thread

Recent GIDBlogMaster?s Degree by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 778 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 13:09.


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