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 RFWarren
I am new to PHP and I don't know why I am having such a problem with this, any help would be appreciated. I am trying to send mail using a PHP program, but I am having a very difficult time with it. I think what must be going wrong is that I have my SMTP identified wrong in my php.ini file, but I...
28-Dec-2008 08:29
by admin Go to last post
2 287
 
by jerry123
A cookie is a flat file that stores tiny bits of information. It is stored on the client’s machine and is passed to the client when they visit your site. Each cookie can store anything from usernames to number of visits to a site. This tutorial will teach you how to create, retrieve, display, and...
25-Dec-2008 05:52
by jerry123 Go to last post
0 255
Exclamation
by spikeuk27
:?: Ok I have set up a forum package seditio (formerly Land Down under) very easy to setup etc, but session issues due to redirect. domain www.me.com uses url masking to my home webserver http:\\1.2.3.4.5\website.com\ and so the login cookie seems to get 'lost' and is empty when you try to log...
02-Dec-2008 11:32
by TurboPT Go to last post
1 327
 
by diesel_
I dont get it, heres my code the area witht the error is the line starting wirh $query_limit_asset mysql_select_db($database_dbconnect, $dbconnect); $query = "SELECT * FROM asset
02-Dec-2008 11:27
by TurboPT Go to last post
1 829
Exclamation
by spikeuk27
Hi guys, Im making a website back end for a flash game - so far so good 1 x db called test, one table called players one called transactions. Basically I want to track withdrawals / deposits into their player account. Player table has (field/Example): id (primkey) 1
01-Dec-2008 07:38
by TurboPT Go to last post
5 292
Question
by stvalentine84
I am have some issues with loading my listbox with my database tables. I have a script that selects the correct database and then this page loads with just the tables that are loaded in that database. anyhelp is appreciated. Thanks!! <html> <head><title>List Tables</title></head> <body> <form...
06-Nov-2008 20:09
by TurboPT Go to last post
3 816
 
by MikeMoore
Just recently getting to grips with PHP, I have been working on an organiser that can live on the desktop as a background. The project works so far, but now I want to get a little more complicated by having the events displayed change colour for one hour before the event. The whole thing works...
03-Nov-2008 08:49
by MikeMoore Go to last post
0 207
 
by diesel_
Hi All, I am asking users to enter a search term this will search the database and list the matches. here is a sample of the table structure ASSET TABLE CATEGORY TABLE Asset_id Category_id name name Category_id
29-Oct-2008 12:16
by diesel_ Go to last post
6 229
Unhappy
by CrispWebdesign
Hello, Im trying to creat a report to show all enrties in my database entered in a specific month of a specific year. However my database stores the date in a colum called date_inserted in the format dd/mm/yyyy so i havent got a clue how to SELECT * from acct_quotes WHERE date_inserted =...
16-Oct-2008 20:21
by TurboPT Go to last post
4 647
 
by nancycoder
hi everyone, I need help with creating a stored procedure in Sybase. I have the same stored procedure created in SQL Server 2000. If anyone can help me to translate it to work with Sybase will be really appreciated. The procedure actually increases the salary field of every row by 1% when...
16-Oct-2008 07:34
by Howard_L Go to last post
1 360
Arrow
by xlonehats
hy guys, my boss wnts me to put up a calendar system on our local network, through google i found some nice packages but none are freeware. any one knows of a good freeware event calendar, or even cracked versions of retail products...pliz
04-Oct-2008 19:19
by TurboPT Go to last post
1 335
 
by crazygol4
Okay so I've looked all around on Google and can't find what I'm looking for...check this out -> I have a standard HTML form where users enter information blah blah blah, and one of these inputs is a drop down menu of all the states. SO that information is sent to a php page that accepts the...
13-Sep-2008 11:46
by crazygol4 Go to last post
4 397
Question
by tripsman
I cant seem to get pass this error: Parse error: syntax error, unexpected T_STRING here is the code <?php // Make a MySQL Connection
12-Sep-2008 04:57
by TurboPT Go to last post
4 631
 
by javasac
Hi All, Strange issue here. I m including images and javascript in my php file. None of them show/work up. If i change the .php file to .html, both thing start working. So no issues with path and all. Any idea? Thanks, Sachin
09-Sep-2008 12:28
by javasac Go to last post
5 573
 
by javasac
In my test.php file, I cannot run javascript and images do not show up. If I run this file using the URL http://localhost/index/?m=login&name=Sachin I can see 'My name is Sachin'. If I rename this file to test.html and open it, the image shows up and clicking on 'Click Me!' button works fine. I...
08-Sep-2008 11:47
by javasac Go to last post
1 290
 
by crazygol4
Okay so I've got a form where users input basic information (name, username, password, address, etc) and I want to filter it to make sure users aren't inserting code, including whitespace, using incorrect chars, etc. If anyone has the script to do all of this already, I would love to have it, but...
02-Sep-2008 09:54
by Howard_L Go to last post
2 355
Exclamation
Php
by viktor_2008
What is PHP? which platform/o.s. is needed to use PHP. is it necessary to know about Linux to be a PHP programmer?
01-Sep-2008 09:19
by TurboPT Go to last post
1 289
 
by jrws
What I want to know if it is possible (and if so how to implement it) is this: Pick a random password from an array and change ever 24 hours OR when a user uses the password, show admins and mods password so they do not have to look around. I was thinking that this will probably require MySQL for...
25-Aug-2008 15:43
by freehen Go to last post
2 300
 
by oggie
Hi, This is what I am getting when submitting the details. Notice: Undefined variable: message in /home/ca5iog/public_html/view-student-details.php on line 57 <?php session_start(); //start session $getType = 'sup'; //set user type and run check login function
25-Aug-2008 15:11
by freehen Go to last post
5 753
 
by oggie
I am creating a programme course in php and am stuggling to find the easiest way to add, edit, delete a programme, change an external examiner details, and change the programme leader details, and to view all programme course's in ascending order. I need some php scripts for these and I am having...
19-Aug-2008 09:00
by oggie Go to last post
0 270
Post New Thread

Recent GIDBlogAccepted for Ph.D. program by crystalattice

Display Options Moderators
Showing threads 61 to 80 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 01:51.


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