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
Exclamation
by pr_fj
hi there, I am a newbie. I have been given a test server to install the typo3 cms. but before i could start, i need to get something done first. When i looked at the phpinfo(), i see that it has '--without-mysql' '--without-gd' '--without-odbc'I know that mysql is installed since i can login via...
27-May-2008 19:48
by pr_fj Go to last post
2 377
 
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...
21-May-2008 22:41
by JustinFox Go to last post
1 292
 
by gdhanasekar
hi all, how to generate rss feed from mysql using php? cheers!!! php-web-developer http://www.php-web-developer.net
15-May-2008 03:20
by gdhanasekar Go to last post
0 281
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 23:42
by Steel9561 Go to last post
1 303
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 23:40
by Steel9561 Go to last post
3 370
 
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 04:22
by oggie Go to last post
0 306
 
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 23:45
by lipop88 Go to last post
0 718
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 11:31
by oggie Go to last post
7 568
 
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 21:00
by jepler Go to last post
6 69,459
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 17:50
by TurboPT Go to last post
5 344
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 16:08
by oggie Go to last post
8 684
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 17:16
by TurboPT Go to last post
5 563
 
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 16:58
by Corey Go to last post
0 765
 
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 13:33
by partnole Go to last post
0 319
 
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 14:15
by wedel Go to last post
0 307
 
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 09:54
by TurboPT Go to last post
1 378
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 12:40
by asdfg Go to last post
10 3,545
 
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 18:59
by admin Go to last post
1 348
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 05:13
by asdfg Go to last post
6 563
 
by Dench
Ok so here is my code in question: /* Check Username */ $result = mysql_query("SELECT * FROM login_table WHERE Username = '$_POST'"); $num_rows = mysql_num_rows($result); if ($num_rows = 1) {
28-Feb-2008 13:25
by Dench Go to last post
3 358
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 101 to 120 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 22:31.


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