The-Marshal
-
how to make external link hit counter with php & mysql?
I found by using Get request, i want it done by one click on the link like if you have link do that please provide me Thank you
-
how to create dynamic text boxes in php
yes this is what i need thank you , but how to get all the values from this form and insert it to mysql database
-
how to create dynamic text boxes in php
thanx traq could you help me in this i tried but i confused !
-
.htaccess beginer
i'm writing inside index page this code to make the url
-
.htaccess beginer
http://www.mydomain.com/index.php?page=1
-
.htaccess beginer
yes it's works fine and i got the value of $_GET['page'] but url never change to static...
-
.htaccess beginer
thank you karlpcrowley no errors coming up,and i checked the website but how i know that .htaccess work fine !
-
.htaccess beginer
look to this image where is .htaccess file here...
-
.htaccess beginer
by the way i put my htacces inside public_html directory next to my index page thank you andy !
-
.htaccess beginer
yes they support rewriting www.mydomain.com/index.php?page=1
-
a Literalness value !
Thanx alot dude! it's amazing script very useful .
-
a Literalness value !
is there any solution or could not be!
-
display 3 results
thanx all i found this and works with me $i = 0; while($row = mysql_fetch_assoc($rs)){ if($i % 3 == 0){ echo "" } echo $row['key1'] . " - " . $row['key2'] . " - &q…
-
calender
thank you that's so useful.. i will take yahoo calender what do you think ?
-
How to Capture pic from you tube video when uploading
thanx ChristopherBurton now i tried to upload picture of this url but i can't i'm still novice in php here is the code // here is the form but i want it with hidden input .
-
meaning PHP_URL_QUERY
I understand now i appreciate your answer thanx .
-
How to Capture pic from you tube video when uploading
wow man thanx a lot i will try it...
-
How to make Dynamic CSS??
wow amazing thanx alot it's working!
-
How to make Dynamic CSS??
thanx all WouterJ Thanx , but not working Look to the code below : this is an index.php page HI and this is a style.css.php page : body{ background: ; } Could you please correct the code if a…
-
How to make Dynamic CSS??
look in JQuery in can with this code AddType application/x-httpd-php .js so i thought i can make same thin for css
-
new post image
Example : in PHP department of mybb forum i post a new discussion in this depart, OK so the department will show an image this image will expalne here top image for department with no post today bottom image for department with new post today
-
How to make Dynamic CSS??
Thanx for replay I need to make PHP inside CSS
-
meaning =: in SQL
Thanx ddliu not in PDO i saw it in mysql ex SELECT * FROM tbl WHERE user =: user; it's meaning = or what !!!
-
2 list and the third is checkbox via ajax
I found this script it's three dropmenu but i can't edit this code because i don't know in ajax Here to download the menu any help I sooo appreciated .
-
how to insert multiple rows in one table
I tried this and work with me include"config.php"; /* CREATE TABLE `multiple` (`m_id`,`m_name`,`m_email`); */ if($_REQUEST['submit']){ $name = $_POST['name']; $email = $_POST['email']; $name1 = $_…