| |
Rating
Thread /
Thread Starter
|
Last Post  |
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
|
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...
|
|
0 |
255 |
|
 |
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...
|
|
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
|
|
1 |
829 |
|
 |
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
|
|
5 |
292 |
|
 |
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...
|
|
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...
|
|
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
|
|
6 |
229 |
|
 |
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 =...
|
|
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...
|
|
1 |
360 |
|
 |
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
|
|
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...
|
|
4 |
397 |
|
 |
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
|
|
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
|
|
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...
|
|
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...
|
|
2 |
355 |
|
 |
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?
|
|
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...
|
|
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
|
|
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
|
0 |
270 |