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
Unhappy
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...
18-Aug-2008 16:24
by crazygol4 Go to last post
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 * ...
14-Aug-2008 09:43
by TabbeAIPC Go to last post
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>
03-Aug-2008 20:02
by Howard_L Go to last post
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 ...
03-Aug-2008 15:41
by TurboPT Go to last post
8 987
Unhappy
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...
27-Jul-2008 20:52
by TurboPT Go to last post
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 '*' ),...
22-Jul-2008 00:46
by Howard_L Go to last post
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...
19-Jul-2008 20:27
by Howard_L Go to last post
5 2,866
Question
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 :(
17-Jul-2008 22:00
by Howard_L Go to last post
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...
17-Jul-2008 05:58
by udicium Go to last post
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.
12-Jul-2008 08:43
by Howard_L Go to last post
21 842
Question
by edgardo19
Can U Help Me It Came Errors T_string And T_variable This The Php
09-Jul-2008 20:22
by TurboPT Go to last post
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
07-Jul-2008 22:54
by Howard_L Go to last post
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 Go to last post
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 Go to last post
0 525
Angry
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...
25-Jun-2008 14:18
by TreyAU21 Go to last post
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...
25-Jun-2008 06:16
by TurboPT Go to last post
3 269
Arrow
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...
23-Jun-2008 16:12
by TurboPT Go to last post
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...
23-Jun-2008 11:27
by TurboPT Go to last post
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...
19-Jun-2008 04:08
by sp00ky Go to last post
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?
09-Jun-2008 06:43
by TurboPT Go to last post
1 299
Post New Thread

Recent GIDBlogProgramming ebook direct download available by crystalattice

Display Options Moderators
Showing threads 81 to 100 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 06:41.


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