| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by phpdeveloper
Is there any way to submit a form in php without using the submit button?
|
10-May-2012 02:59
by admin
|
1 |
69 |
|
|
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 |
130 |
|
|
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 |
248 |
|
|
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 |
147 |
|
|
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 |
154 |
|
|
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 |
318 |
|
|
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 |
132 |
|
|
by ahbi82
I written a server code using PHP which outputs some data using JSON. However on the client side, i want the browser to update with the latest data.
But i'm not sure how to get about it.
I'm using HTML5 and jQuery library.
First it's using jQuery which get data via AJAX. I'm pretty sure this...
|
|
1 |
203 |
|
|
by ahbi82
Just wanna gather some opinions from PHPers.
I had a socket server written in C#.net (.Net 4.0) where clients (some devices which dumps data) are connected. The data are written to a MySQL database.
The data can be viewed using a browser, basically, the website is scripted using php. The C#...
|
|
0 |
136 |
|
|
by ahbi82
Is it possible to have function pointers in PHP. i googled and found examples, but it seems more complicated than the way i do without.
It's more like a jump table.
Cheers!
You Better Watch OUT!
Cause Santa Claus is Coming your house................ ho...ho...ho
Example:
class OpAbstract
|
|
0 |
108 |
|
|
by ahbi82
I have a table "Personal" which has 3 fields: ID, Name, Created
ID would be the PK and AI. Created is of type DATETIME
When inserting a record to the table:
INSERT INTO Personal(Name) VALUES('Some personal');
Is it possible to make MySQL auto update the 'Created' field when a new record is...
|
|
5 |
213 |
|
|
by Petty21
Please help me with this.
Notice: Undefined index: id in C:\xampp\htdocs\inchirieri_auto\masini.php on line 18
<?php
$page_title='Masini';
include ('./includes/header.html');
?>
<?php
|
|
0 |
240 |
|
|
by ahbi82
I'm troubled with the lifetime of an object. For example i have a registration form which let users register for an account. I created some classes as follows.
/* class.DBConnector.inc.php */
class DBConnector
{
public function __construct()
{
// letconnect to mysql db
|
|
0 |
148 |
|
|
by ahbi82
Hi all, does anyone share the same problem as me? I'm having a hardtime setting root path for my web app.
I'm using win7 pro with IIS
For example, the php web app is in my "D://www/test/"
with sub directories
- public (folder)
- index.html
- login.php
- sys (folder)
|
|
2 |
185 |
|
|
by jamied_uk
yes i agree post solution as i alwasy do also i have a small issue
please help with this mysql php syntax
hi i am stuck with this php mysql coding or syntax shal i say UPDATE `players` SET `balance` = '+1' WHERE `players`.`id` =$id
im trying to make it so that whatever is in balance field...
|
|
2 |
409 |
|
|
by PEANDRDEPT
Import And Export Of Data From Any Database To My Sql And Mysql To Any Database is easily possible or not?
please help me i am fresher for mysql database
|
|
2 |
184 |
|
|
by Texan40
The following takes a directory path from the main page and zips up all files in that directory (ignoring any subsequent subdirectories) and pushes them to the client. Problem is on the client end All I am getting are 0 byte files.
<?php
$dir_path = "/srv/ftp/".$_GET."/";
$zip_name =...
|
|
0 |
190 |
|
|
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.
|
|
1 |
255 |
|
|
by hsgedhur
I purchased a website builder script wish automatically creates a sub domain folder for a user at website creation. what I would really like is for this user folder to be created in their own hosting account but I'm not really sure what type of hosting plan i would need to get to be able to have a...
|
|
0 |
293 |
|
|
by hsgedhur
That being said, I have a PHP script that works fine after I post user input, however, the script runs when the page loads before the user input can be submitted...so I get an error. How do I prevent the code from running before the user input is posted?
Thank you to anyone who can help.
|
|
1 |
190 |