I have a page www.mysite.com/test.php with a
<form>
<textarea name="data" cols="100" rows="20"></textarea> //to enter the page matter
<input name="Link" type="submit" value="Link" /> //to enter the link
</form>
user input // which I submit in the form
----------
data: This is page matter which is shown on my page.
link : page1.php
expected result
---------------
www.mysite.com/page1.php // THIS PAGE IS CREATED
This is page matter which is shown on my page. // THIS SHOULD BE THE MATTER WITHIN THE PAGE
//** It should get my default css from root**
Any code snippet please, THANKS
Navigation include for all site directories
Hi,I need a navigation include that can deal with directories at different levels on a site. All I can seem to find are the basic includes for files all in the same directory. This doesn't work for me
my code does not work.
I have a code problem.Quote"<a href=index.php?gogo=ureticidetay&'?l={$letter}'>{$ letter}</a>" this is not working. but need link like this
please help me in this update statment
hi every one
PHP search multiple input field box help
I am having a problem with my search script. At current it will simply search by a selected date which is a java based calendar that displays when using id='datedisplay' in the input form field below.
Php - mysql store data and use it later?
Hi, i' making a login page at the moment, however my username + password is stored many different places, and is kinda hard to get, so I have written this entire code:Code:
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database using a single select statement or must a select count be done for each individual table?
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to add their emails to our mailing list. Pretty simple, I got that working. But what I want it do now
a very simple php header question (sorry!)
Firstly...I do apologise if this annoys anyone....a header errorI'm do not know php & have tried removing all "white space" but I cant seem to stop the error displaying.Its a very
Remove values in array2 from array1
I have two arrays.Array 1 is where the array key holds various different numbers. For example:Code: [Select]$array[32] = 1;$array[122] = 1;$array[238] = 1;$array[324] = 1;The other array holds values
Retail terminologys not been altered after activing Retail System
Hi, All