| |
Rating
Thread /
Thread Starter
|
Last Post  |
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...
|
|
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?
|
|
2 |
84 |
|
 |
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...
|
|
1 |
55 |
|
 |
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
|
|
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
|
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 ");
|
|
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...
|
|
0 |
43 |
|
 |
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
|
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...
|
|
6 |
32,826 |
|
 |
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...
|
|
5 |
56 |
|
 |
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
|
8 |
125 |
|
 |
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...
|
|
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
|
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.
|
|
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
|
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...
|
|
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...
|
|
1 |
155 |
|
 |
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
|
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
|
1 |
101 |
|
 |
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
|
6 |
189 |