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
 
by johnie123
Hi I have few tables in one DB, with similar contents. Is there any chance to tell MySQL exactly which tables to use (with prefix?, or config.php? or something..) depending of time of the day or etc.
31-Jan-2010 16:58
by TurboPT Go to last post
1 81
 
by ukrspp21
Dear All I am trying to create a form in which users can update their prefrences, Address, Phone no., contact prefrence etc. The code I am using is below. The code is very scrapy but I have been trying many things. I am trying to check whether a field in a form contains any data if so update...
25-Jan-2010 20:51
by TurboPT Go to last post
41 81,162
Exclamation
by winbinyam
I want to conect to mysql database , with name CG and I use this code, <html> <head> </head> <body> <?php $con = mysql_connect("localhost:3306","root","binyam");
24-Jan-2010 12:36
by TurboPT Go to last post
3 83
 
by amber.long83
Hello Everyone, I am doing a project in PHP, and I want to implement caching. Can someone help me? Thanks in Advance.
23-Dec-2009 04:15
by amber.long83 Go to last post
0 120
 
by amber.long83
Hello everyone, i am trying to build a simple online shopping cart. Been strugling with 2 dimensional sessions array and when i finally got it working the session array is not updating. I want to be able to browse through each product page and keep adding the productid,quantity to $_session. But...
21-Dec-2009 04:13
by amber.long83 Go to last post
2 115
 
by amber.long83
hello everyone Is there a script that prevents pictures from being copied? Thanks in Advance
07-Dec-2009 05:57
by amber.long83 Go to last post
0 100
 
by amber.long83
Hello Any one can please help me with my php security problem. Actully I want to create an application that stores stuff in the same folder where the php script runs from. I know that this could be quite a security risk, and any one please help me for minimize this risk. Thanks in Advence!
02-Dec-2009 05:25
by amber.long83 Go to last post
0 92
 
by cyqrus
i have never used database before and know just as a intermdiate level php and c languages. I have get a assigment about "customer follow up system "with php and mysql db. I dont know how to start and where to start to do it.When i think that time is limited .Is it possible to find such a code of...
19-Nov-2009 10:42
by cyqrus Go to last post
0 152
 
by Tigerbite
Hello Look at this picture. http://img265.imageshack.us/img265/3736/screenshot4yi.png My problem is: How can I fix it so that all those letters above and under the registration plate, is gone? And how can I add the registration plate to my website. So that when I click on a registration...
12-Nov-2009 20:48
by TurboPT Go to last post
1 168
 
by fakepoo
I have a table DateTable that has two columns that are both nvarchar but hold date values in the form of YYYYMMDDhhmmss. Some of these dates are NULL. I am trying to create a query that returns both of these columns as a datetime and also the difference between the two of them as an int of...
12-Nov-2009 20:40
by TurboPT Go to last post
5 163
 
by ebinz
Hi , i m new to php, m doin a School project and i'm having a problem with "Parse error: parse error, expecting `T_VARIABLE' or `'$'' in C:\wamp\www\poll\connect.php on line 30" i ve tried many ways to eliminate this problem still cannot, so kindly help me Ebin
09-Nov-2009 20:22
by TurboPT Go to last post
3 280
 
by Pulaskee
I am an amateur at coding so please forgive the probable naivety of this question. Let me try to describe what it is i am trying to do. I have a table that is being populated by crew via the post method through a html page. The table has ID(auto) Time Invoice Amount Paid. Next i have a page...
09-Nov-2009 19:35
by TurboPT Go to last post
24 454
 
by bloody0986
Well, I want to make my login more secure by using Salt and Pepper. An encryption thing. Anyway, I need help adding it to encrypt "Password" on "Login" and "Register". Login: <?php include "./inc/nliheader.php"; if(isset($_POST)){ $username = $_POST;
05-Oct-2009 06:47
by bloody0986 Go to last post
0 235
Question
by MacForMore
I'm working some samples, learning PHP, and I can't get the heredoc construct to output multiline text in the browser. My samples come from an O'Reilly book and various websites. Am I doing something wrong? I'm a mac newbie doing this in Netbeans on the mac with MAMP 1.8.2 installed. Mamp has...
04-Oct-2009 14:16
by davekw7x Go to last post
1 212
 
by bloody0986
I've tried fixing this numerous times, using my basic knowledge of PHP and some Googling. Haven't fixed it yet. =/ Any help? Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING on line 228. <?php include "./inc/header.php"; $result =...
02-Oct-2009 20:16
by bloody0986 Go to last post
2 136
Smile
by sjcosh
Can someone please help with the below code. <tr> <td>Application:</td> <td><select name="application"> <option value="<?php echo $appid; ?>"><?php echo $appname;?></option>"; <?php //for each row we get from mysql, echo a form input while ($row = mysql_fetch_array($rsapps)) {
29-Sep-2009 19:17
by sjcosh Go to last post
2 143
 
by jrobbio
I was looking around for some PHP scripts for my site to play about with and I found this: (I'm not expecting you to read it all lol just skip past it) <? //(C) copyright Metalhead 2002 //This script is released under the terms of the GNU General Public License. A copy of the GPL is included with...
11-Sep-2009 09:17
by NoiadoX Go to last post
4 7,292
Question
by realdammy
can you just tell me how to make a php forum to my webpage
05-Sep-2009 07:46
by realdammy Go to last post
0 142
Smile
by dinno
Hello everyone I have a problem with my upload when uploading I get this this message. File has been uploadet: tastetur.jpg You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(billede,tekst)...
21-Aug-2009 06:42
by dinno Go to last post
4 188
 
by jordanske
can some1 help with this , i got an error Notice: Undefined index: id in C:\wamp\www\test\loginindex.php on line 2 Notice: Undefined index: login in C:\wamp\www\test\loginindex.php on line 5 its not only this script , i got this error on every script , i got this cms website from skillms cms...
19-Jul-2009 16:44
by MisterChucker Go to last post
1 470
Post New Thread

Recent GIDBlogProblems with the Navy (Officers) by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 878 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 04:32.


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