| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by damy
Hi,
Please help me with a method of passing data from a form to a database.
I had tried to take data with this form.
<form action="/PHP/update.php" method="post">
Age: <input type="text" name="fage">
<input type="submit">
|
|
1 |
102 |
|
|
by gotbfdk
I can't update parts of my shopping cart as I get the following error
MySQL Error Occurred
Error Message:
126: Incorrect key file for table '/tmp/#sql_9ebaf_0.MYI'; try to repair it
SQL:
SELECT * FROM CubeCart_options_bot INNER JOIN CubeCart_inventory ON `product` = `productId` ORDER BY `name`,...
|
|
2 |
180 |
|
|
by phpdeveloper
What is REVOKE command in PHP?
|
|
2 |
299 |
|
|
by skyloon
I'm looking for php framework which that already has login, code generator, which can make us easy to write code, any recommendation? it doesn't matter free or not
|
|
4 |
456 |
|
|
by janashDDee1510
my php webside competed ..
but i dont know upload page ...
please tell me that what i do for uploads page .......
|
|
0 |
194 |
|
|
by phpdeveloper
Is there any way to submit a form in php without using the submit button?
|
|
2 |
425 |
|
|
by reza_t
hi
please help in this code
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in line 107
<?php
class mysqldb {
/*
FILL IN YOUR DATABASE DETAILS BEFORE RUNNING THE EXAMPLE
*/
|
|
1 |
252 |
|
 |
by WEBvideoPLAYER
HOW can I let my website visitors UPLOAD their OWN videos to MY WEB-VIDEO-PLAYER?
Please, can you help me?
I just need to make some very simple interface for my website visitors (for only those who I will tell a password) so that they can upload their own videos DIRECTLY into my...
|
|
0 |
318 |
|
 |
by az0000000
Hello,
I have a Joomla 1.5 website with articles in English and Russian. I have exported the SQL database via phpMyAdmin using its default values. After importing the database to a new server i found out that all Russian content has a messed up charset, and looks something like this: О...
|
|
0 |
255 |
|
|
by emmanfun
This is my config code
<?PHP
// These variables are needed to connect to the database, if your not sure about these data contact your hosting company.
// since this is VERY important to the log-in system
// if you are using a local system to to test, the server is (almost) always localhost.
// for...
|
|
1 |
463 |
|
|
by SpiritQuickens
I posted this originally in C++ and was told to post it here instead. I want to create a program in which I conjugate each Koine Greek verb according to every tense/voice/mood/person combination. This is about 576 combinations for each verb. I also want to note for each conjugation where this form...
|
|
0 |
181 |
|
|
by Jeya Sri R
Hi there,
Am doing a project using PHP and Mysql in which am supposed to alter table values over time .On specifying an end value and time limit it should change gradually.
Eg: My table contains 2 columns-> Name and value. My initial value is 0. On specifying 3 hrs and 300, the value from 0 should...
|
|
1 |
213 |
|
|
by hsgedhur
I want to make a PHP CSS editor but I don't know how to go about doing this, I really don't want to be spoon feed but can you help me just get it started? Thanks in advance.
|
29-May-2012 07:03
by clod
|
2 |
474 |
|
 |
by phpdeveloper
Is there any way to make a script that supports both English and Spanish in PHP?
|
|
1 |
376 |
|
|
by Evarm
Hi guys, I am a new member in This forum, i need your help. I am applying online to one of the Tanzania institutes and i am getting the error below. Any one knows how to correct this as my application does not accept to proceed.
"Error: You have an error in your SQL syntax; check the manual that...
|
22-Apr-2012 14:41
by Evarm
|
3 |
361 |
|
|
by ayas80
I am currently trying to install my script on WAMP server but i have faced the following error:
Parse error: syntax error, unexpected T_VARIABLE, expecting T_STRING in C:\wamp\www\inv2\install\index.php on line 311
and here is the code for the config file:
<?php
session_start();
ob_start();
|
|
1 |
438 |
|
|
by ahbi82
My application consist of a few classes; MemberManager and Member
MemberManager registers and authenticate members and Members hold data about members.
// Member.inc.php
class Member
{
|
|
6 |
293 |
|
|
by noushin0001
I am little bit in a problem.I am not understanding the differ between SQL and oracle. Can any explain this?
Lot of thanks to U who will explain this.
|
|
1 |
392 |
|
|
by flabber
hi,
I have a login system which works. In the mysql database I have a field called medals which is pre filled in for each username and password.
The next step I want to do is redirect each user depending on their medals which is either 1, 2, 3, 4 or 5.
so lets say a user with 1 medal logs in i...
|
|
8 |
558 |
|
|
by flabber
I'm looking for some help with my code.
Before this code below there is a login page. This all works successfully.
The code below is where my issue lies. When logged in, this page shows all the names associated with the login (success). It could be between 1-4 names that a are displayed.
I...
|
|
6 |
301 |