|
DaniWeb IT Discussion Community - PHP
|
Our PHP forum is the place for Q&A-style discussions related to this popular development language. LAMP programmers will appreciate our separate Apache forum, within the Networking sub-category of the Hardware and Software category, and MySQL forum, also within the Web Development category.
|
-
Passing a PHP array within a URL
Hello,
First a little background on my issue. I have two multi select boxes. The first select box (box1[]) is populated from a table. The second select box (box2[]) will be populated by "clicking over" options from box1. These options are rights to be assigned to a specific person.
The...
-
problem with apache [remote conection]
a friend of mine have instaled apache in other machine and i have stored my php scripts in htdocs but i dont know how connect remotely from other computer please if someone can help me
-
Very Easy for you all PHP Gurus
Hi
My problem is that I want Other textbox tobe deactivated when page loads, but when user selects Other drop down box of Company Certification: then Other textbox should be activated.
Please see here (http://www.oemxtrade.com/index.php?main_page=create_account)
Here is the PHP code which...
-
multi page registration form
Hey,
In PHP and HTML i am trying to make a multi page registration form, collecting details such as Forename, Surname, password, and email on the first page. On the second address details, third any additional personal details. On the fourth a summary page showing what the user has entered on...
-
Problem updating user Account
Hello all, I have a page that allows the user to update their account detail. The prblem is that when the page loads the users inforamtion doesn't appear in the text fields. I've checked the code and i cant see any errors nor does php flag any errors. Can someone else see what i've missed.
...
-
Using Wild Cards In Php / MYSQL Commands
I am having issues with the following code of mysql when using the "not like" mysql command. My snippet looks like this
-
Pagination help
Hi,
I have code below works fine but I want links to be listed different way. If you want you can use my code, otherwise I am open for your codes.
Original style:
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 Next
If it is 1000 pages then, this list will be very long.
What I want is something like...
-
PHP4 and 5 at same time
Hi,
I just installed Karmic Koala Ubuntu. I know that PHP4 (as CGI) and PHP5 (as module) can run at same time? There are some examples on the web but they are all old. I couldn't get around. Can anyone help me with this? I have LAMP already installed on my machine. Now I need PHP4 as well.
...
-
how to give Condition in .htaccess
How can i add condition for a particular blog in .htaccess
-
salted hashing
can any1 tell me how to do salted hashing in php
-
How can i convert a base64_encoded string back to image
Hi,
I had changed an image to string using base64_encode() function.
In now want to convert this string back to an image for saving it into a folder.
Please help....
Jino
-
How I can write on query in place of 2 queries
HI Dears all
I have 2 tables in DB.
1. Lease_north
2. Lims_payment
My first query is Select * from lease_north WHERE LaStartDate like '%-04-%'its shows 100 result means 100 payments are due and must be paid in April.
My second query isSelect * from lims_payment WHERE pdate...
-
Message inside table
hi! Please help me in mailing the form data using tables. below is my code
$message = " $todayis [EST] \n
Subject: $attn \n
Message: $notes \n
From: $visitor \n
Designation : $designation \n
Employee ID: $empid \n
Department : $department \n
Head Quarters: $hd \n
-
Unexpected character in input '' in jaclplus.class.php
Hi,
i have just opened the control panel of joomla 1.5 .
http://localhost/joomla/administrator/index.php
i am getting the following error.
I am using this more than one month .. But now suddenly its showing me the error .
Warning: Unexpected character in input: '' (ASCII=28) state=1 in...
-
PHP Redirect Code
Hi,
I would like to ask you about how I can write a php code for 301 Redirection and how I use it in my hosting ( where to code, where to upload and how to configure it) . Thanks.
|