READ FIRST: Turn On PHP Debugging Messages
Debugging messages are a powerful tool; however, many production systems (and test systems for that matter) have them disabled by default. If your... more »
sticky
|
|
Posting Guidelines. Read carefully before you post in a forum!
Please follow this site's Posting Guidelines when posting in this forum.
moderator more »
sticky
|
|
php script for taking text
Hi ,
i have one file , which contains the result of one field from the database table.
look like this,
+---------------+
| email ... more »
|
|
Login problem
Hi everyBody,
Iam having a problem in the login..Tell me please what is the wrong. Is it in DB or PHP code?
DB:
-- Host: localhost
-- Generation... more »
|
|
How to exit to a web page upon successful 'Recaptcha' input
Hello - Thanks for any help you can provide. Below is code I am using for "recaptcha" form validation. It works well EXCEPT that (instead of... more »
|
|
addslashes, mysql_real_escape_string, etc not working
I am finding this very strange and frustrating, but I've got some data being entered into a mysql database, and when the data contains an apostrophe... more »
|
|
Transactions not working for mysql using php
Hiya all,
after my 1-2 weeks research i finally found a more consistent way to fire mysql queries in php i.e. transactions. I have two options to... more »
|
|
Formating a text area
I have a form with only one element (a text area created in Dreamweaver.) I want a user to input text in the form in any way he wants(such as... more »
|
|
running perl in php
hi everyone
i am running ubuntu and all my scripts are in php,i have a program
written in C and Perl that do a specic job in my site.so my problem... more »
|
|
auth_pam function not found
hii guys i am trying to use open filer...but on login its giving this error "auth_pam function not found"..can any one tell abt this auth_pam or any... more »
|
|
php-reporting tool
Hi,
I have a problem about reporting in php. Other program languages have reporting tools like Java --> ireport, .NET --> crystal report but I don't... more »
|
|
str_replace for exact match
Hello,
$x = "tyu"
$y="3"
$eq = "asa+tyu-tyut+1"
$result = str_replace($x,$y,$eq); more »
|
|
Check string for special chars help
I wanted to include a string invalid character check in my application.
Like the field comment , if a user inserts any special characters
(Except ''... more »
|
|
A big problem with SESSIONS
Hello everyone , am running PHP 4.
I dont use SESSION IDs in URL.
This is what the problem is.
I set a session in file... more »
|
|
PHP Banner
Hi
I am trying to create a banner in PHP and I don't know where to start from. I have a picture to put as banner but I dont know how to write a php... more »
|
|
Export mysql datas to Excelsheet
hi,
I need one help, How can i Export the Datas from mysql to Excelsheet not csv in php coding.The excelsheet format should be comes under... more »
|
|
Paypal payment without leaving the site
Hi All,
My client needs Pay Pal payments to be made within the site. i.e the user should not be send to the Pay Pal site and return back to the... more »
|
|
Php / Mysql :0:,:1:
Has anyone ever seen or used these type of variables when creating an sql_query?
ex...
Insert Into db.table ('id','name','address') Values(:0:,... more »
|
|
How to create a dependent drop down box ?
I have created a dropdown box which is populated by data from the mssql server database connected using ODBC. Now i need to populate another dropdown... more »
|
|
Unable to receive FROM field in mail header
Hiya all,
I m using pop3.class.php5.inc class from php classes
I am using their simple script, but i cant really get the sender information in... more »
|
|
php/mysql date
hi,
I have some problems related to date type:
In mysql, I created a table with some fields of date type, so how can I use php to insert date value... more »
|
|
import excel data into mysql using php script ? problem
php codes goes like this<?
$fcontents = file ('./spreadsheet.xls');
# expects the csv file to be in the same dir as this script
for($i=0;... more »
|
|
Language settings?
This may not be a PHP problem, but at the moment I do not know where the solution is. So assuming it may have to do with PHP, I will post this here.... more »
|
|
Mysql db restore
I am trying to set up one server with multiple mysql dbs. This script will get the mysqldump files from the ftp server and based on the name of the... more »
|
|
How to open a new window to print data
I'm using php. In my application there are 2 pages. data.php and print.php. User select some data range to get a report in data.php and i want to... more »
|
|
Getting a rollover image to execute php
1 Reply |
Posted by: rlm51
| Last post by TheServant, 4 days ago
Hi everyone ... Hope you are all well ...
I have a rollover image button that I need to do several things:
1. Update a variable: <?PHP $VarNum =... more »
|
|
Combine date and time in php
4 Replies |
Posted by: ghjk
| Last post by TheServant, 4 days ago
In my php application user should enter date and time separately. But i want to combine them to compare with database value. How can i do that?
user... more »
|
|