| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
by crazygol4
So I looked for a similar post on the forums and I couldn't find anything (don't really know what to type to find an answer). Here's the issue: I'm working on a user creation script to hook up with a MySQL DB. I've 3 pages in questions. They are show_adduser.php, do_adduser.php, and...
|
|
4 |
739 |
|
|
by TabbeAIPC
SQL Gurus I Need help! Below is the code for my php form and my process that is supposed to enter the info in the database.
I keep getting "Couldn't execute query." Can anyone tell me what I've done wrong?
PHP Form:
<?php
/*
* Description: Script displays a form that asks for the
* ...
|
|
3 |
2,086 |
|
|
by dirt_diver
I am trying to create a register.php page on my site and I am getting the error :
Fatal error: Undefined class name 'db' in /home/content/t/r/e/site/html/register.php on line 28
Here is my code:
<?php
require_once('source.php'); ?>
<html>
|
|
2 |
470 |
|
|
by Howard_L
I had a newline at the end of my input file and now have this table:
mysql> select * from event;
+----------+------------+----------+-----------------------------+
| name | date | type | remark ...
|
|
8 |
987 |
|
 |
by engotpacs
hey... can anyone of you here knows how to convert this java source code to php? I really need it....
and oh...
does anyone of you here have a source code on "knight's tour"???
it is where the knight in a chessboard tours around the chessboard without
repeating its steps...
if you'd be so...
|
|
2 |
1,215 |
|
|
by Howard_L
...specifically something like:
mysql_query("DELETE FROM $t1 WHERE( $f1='$ival1' && $f2='*' && $f3='$ival3' ) ")
or die("del poop!... ". mysql_error());
The idea would be that if the user supplies a matching $ival1 and $ival3 and skips input for $ival2. (where I have substituted the '*' ),...
|
|
2 |
704 |
|
|
by sidekick
Hi everyone
Please help me. I'm trying to install a script but it comes up with this error message:
"Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in D:\www\www.test4.co.za\....\lang\lang.php on line 35"
This is on lines 35 and 57 which are identical, in red...
|
|
5 |
2,866 |
|
 |
by kevin433
Hi,
How can i create a MYSQL Database through a HTML form?
I searched and found one, but it didn't worked for me :(
|
|
19 |
1,355 |
|
|
by udicium
to any friends out there, who happen to read this thread..
If it is not too much to ask...
pls. provide me with a Knight's tour using php code.I need it as a visual presentation in my class and for future study purposes...your name will be acknowledge..
it would be a very big help..
if you have...
|
|
0 |
570 |
|
|
by Dangmnx
how can i make this page display on my frontpage: http://www.dangmn.net/dn/news/news.php
its my blog but i have no idea how to put it on my page.
|
|
21 |
842 |
|
 |
by edgardo19
Can U Help Me It Came Errors T_string And T_variable
This The Php
|
|
1 |
245 |
|
|
by Howard_L
Can you connect to your site and then query to find all databases availabel?
All tables in a database?
All fields in a table?
I have a tendency to forget things... it would be nice to be able to print out the whole tree if needed...
Thanks
|
|
5 |
6,065 |
|
|
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?
|
03-Jul-2008 11:27
by admin
|
4 |
440 |
|
|
by Reny
Well, i believe it's surely the eaccelerator problems.
Is there any method to downgrade it WITHOUT uninstall the latest version and reinstall the new version?
It is because i got some CMSs which have dependencies on it.
Thx :)
|
03-Jul-2008 05:41
by Reny
|
0 |
525 |
|
 |
by BlueFireCO.
I have this problem with php and mysql where I query a table a database and it works fine, but then i go and query another table in the same database and it won't let me (or returns nothing). On top of that, the "or die (mysql_error())" function won't return anything but it is dying after that...
|
|
4 |
490 |
|
|
by Howard_L
Hi,
Comming from C mostly, I've been trying to wrap my head around how a php array is implemented.
It doesn't seem that they could be in contiguous memory, so are they all done as linked lists?
I've been looking at w3schools and tizag.com and some on php.net and haven't had seen anything much...
|
|
3 |
269 |
|
 |
by tmarket
I have 2 tables: an IP Address table, and an IP Ranges table. I want to retrieve a list of ranges in the ranges table for which one or more of the IP addresses in the IP address table fall within that range. The IP addresses are represented as integers, and the IP ranges are non-overlapping.
What...
|
|
1 |
313 |
|
|
by sp00ky
After fixing the previous problem in my last post thanks to TurboPT, I successfully installed a feature called fckeditor with tabs onto my website. however whenever I try to add into this fckeditor and try to upload, I get an error message saying:
Warning: Illegal offset type in...
|
|
12 |
653 |
|
|
by sp00ky
Hi, I have just built a web store using oscommerce, everything was good until I wanted to install a new feature for my products (tabs).
I have installed it and it seems to be working on my website, but I keep getting an error when I try to go into an area to add my products. The error i get...
|
|
10 |
732 |
|
|
by skyloon
can mysql work like ms access?
ms access save a file as mdb file and can bring to any where, when run the application, data can be straight away updated into db file, no need rely on the server.
so can mysql do the same thing?
|
|
1 |
299 |