| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by seaders
I'm using GD2 with PHP 5.2.9.2 and I'm trying to create a dynamic compass type thing. What I'd like is simply an arrow image that will change where it's pointing based on the ?=rotate get variable I pass to it. Problem is that because the image is square, imagerotate (the function I'm using)...
|
19-Jun-2009 17:58
by Blake
|
2 |
77 |
|
|
by fakepoo
Hello all,
I am semi-new to SQL and am trying to build a query. I have two tables:
RouteID: int
Status: int
MeterID: int
|
|
4 |
166 |
|
|
by Mexican Bob
I'm looking to create a generic, PHP daemon type service that basically is a repeater with some processing. The idea is that it takes a data stream from a connected client and then sends that data to each other client connected to the server. Since I don't know PHP worth a damn, does anyone have...
|
|
2 |
325 |
|
|
by khushal_kkk
i want to add an upload feature to my website but am getting some issues following is my code i want the files which are uploaded by the users are getting stored in the "uploads" folder but the following code doesn't do that solve my issues
<?php
if($_POST == "1")
{
$to =...
|
|
1 |
87 |
|
|
by vikrantpatil
Hello,
We have a 1 GB Linux box on which we have observed that MySQL consumes almost entire available physical memory. We increased the Swap memory from 1 GB to 3 GB hoping that MySQL will start using the swap memory along with RAM. What we observed though was that the swap memory was hardly used...
|
|
2 |
111 |
|
|
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 17:00
by hellz
|
1 |
77 |
|
|
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 00:59
by lanz
|
14 |
384 |
|
|
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 10:06
by admin
|
1 |
144 |
|
|
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 |
138 |
|
|
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 |
145 |
|
|
by ian57
Will Prestashop load with PHP on the windows upgrade server - having problems linking my index.php file on upload:?
|
06-Apr-2009 04:49
by ian57
|
1 |
145 |
|
 |
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 02:36
by ian57
|
0 |
126 |
|
|
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 |
992 |
|
|
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 |
160 |
|
|
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 |
389 |
|
 |
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 |
334 |
|
|
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 02:55
by admin
|
5 |
373 |
|
|
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 |
165 |
|
|
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,018 |
|
|
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 03:26
by admin
|
6 |
2,320 |