| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by hellz
hi all ,
Im trying to create an insert query which inserts information that a user has inputted thru a form. This is what i currently have but doesn't work. I have a generally form and i have double checked the names to make sure they are correct and then on the page the action address on the form...
|
17-May-2009 18:00
by hellz
|
1 |
208 |
|
|
by lanz
Hi there!
I'm still a beginner coding in both PHP and SQL (theoretical stuff mostly) and I was hoping someone could possibly help or nudge me in the right direction with the 'application' I'm trying to create.
So basically I'd like to upload a CSV file and enter the information into a MySQL...
|
26-Apr-2009 01:59
by lanz
|
14 |
649 |
|
|
by labanj
Hi. Please I need some help from someone out there. I just set up Apache, MySQL and PHP on my Windows machine. Dont every configuration I know of yet I get this error 404 message when I try to test the development environment.
Not Found
The requested URL /test.php was not found on this...
|
19-Apr-2009 11:06
by admin
|
1 |
257 |
|
|
by Pulaskee
First off im new to Php and Mysql, so forgive me if this question is naive.
I have searched the web for a few days and searched here a bit, though i may have missed something.
I am trying to build a search function in to a DB access page. The search is trying to return all instances that a name...
|
|
8 |
219 |
|
|
by sameer795
hi,
setting up cookies is giving me an error about headers being not set.
all the trailing spaces i have removed in my small code.
let me know if there is any configuration left to do.
|
|
4 |
206 |
|
|
by ian57
Will Prestashop load with PHP on the windows upgrade server - having problems linking my index.php file on upload:?
|
06-Apr-2009 05:49
by ian57
|
1 |
286 |
|
 |
by ian57
I have loaded my page including index.php - also i have prestashop. - i am doing something wrong with my permissions -can you help !!tis is what is in my index file:
<?php
include(dirname(__FILE__).'/config/config.inc.php');
include(dirname(__FILE__).'/header.php');
$smarty->assign('HOOK_HOME',...
|
06-Apr-2009 03:36
by ian57
|
0 |
240 |
|
|
by TreyAU21
I've had my head wrapped around it for awhile and I don't have any answers. It's a tricky one... here's the schema:
Services: service_id, service_revision, service_name, service_description, service_price
Example rows:
0001; 1; Plumbing; Plumbing Service (per hour); $75
0001; 2; Plumbing;...
|
|
6 |
1,063 |
|
|
by curak
Hi everyone
Please help me. I'm trying to install a script but it comes up with this error message:
##############################################
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the...
|
|
4 |
236 |
|
|
by wendyz
I write HTML and use 'form' to post data to next page. In next page, I $_POST data and store into database, it should be done for this process. But if I click "refresh button", the data will be posted from last page again, and also store the data into database, that will duplicate data, which is...
|
|
4 |
744 |
|
 |
by supunbula
Hi all,
I'm new to PHP. So can any one give me an exact link where i can download free php video tutorials.
Thanx.
|
|
1 |
420 |
|
|
by partnole
Please tell me what I am missing from my code. It works but it does not display the time and date.
Thanks
<?php
if(isset($_COOKIE))
{
print("Your last submision time was ");
|
27-Mar-2009 03:55
by admin
|
5 |
428 |
|
|
by omicronpersei
Current Situation:
I am successfully storing images to MySQL, and succesfully retrieving them for display on a page in the following format:
<img width="106" height="160" border="0" src="imageserver.php?image_id=44">
where imageserver.php echos the appropriate header and data for the image:
...
...
|
|
1 |
269 |
|
|
by ruxd
Does anyone has the php code for Battleship game? I've tried to search on internet,but i haven't found it yet.. The most things i found is VB code.. huehue.. Need your all help .. plizz..^^
|
|
1 |
1,264 |
|
|
by JdS
I always assumed this was something simple UNTIL I attempted to actually write it...
If I get the time now (mktime() for instance), how do I get last month in this format: 200212 (i.e. December 2002)?
|
25-Mar-2009 04:26
by admin
|
6 |
2,420 |
|
|
by hellz
hi,
This is prob really easy but im trying to store a image in mysql in a blob. Not aure how to put the image in there to start with and then i want to display the image using php on a webpage including other information from the database. I can get it to show all the text information but no...
|
|
2 |
368 |
|
|
by BobLewiston
I'm starting to learn SQL Server. As part of that effort, I'm experimenting with accessing AdventureWorks sample databases.
In database AdventureWorks, I've been accessing table Person.Contact. Although in that table there are columns for a phone number and an email address, there are no columns...
|
|
0 |
170 |
|
|
by BobLewiston
I’m trying to learn how to connect to an SQL Server database (I’m using the AdventureWorks sample database), but I’m having problems.
Here’s the code I’m using:
// define connection string for database server
string connectionString = "server=<server name>; database=AdventureWorks; uid=<user...
|
|
0 |
137 |
|
|
by BobLewiston
How can I uninstall the AdventureWorks sample databases? They're not an application, so I can't do it via Add / Remove Programs or a downloaded uninstaller.
They're apparently corrupt, and they've been trouble from the git-go. The machine crashed when installing them. When I try to access them via...
|
|
0 |
159 |
|
|
by BobLewiston
Assuming it can be done (as I've been told):
How do I import ".mdb" (MS Access / OleDb) files (specifically, Northwind sample database files) into SQL Server 2008 (Express with Advanced Features)?
|
|
0 |
194 |