Forum: PHP Mar 24th, 2009 |
| Replies: 2 Views: 481 it doesnt matter where you connecting or how you are connecting. as long as you are processing your requests on server side you can get the data and the content of any page passing correct... |
Forum: PHP Oct 30th, 2008 |
| Replies: 4 Views: 561 if ($row[NonSmoking] = 1)
this will always return true.. you are doing assignment here use double equal signs
if ($row[NonSmoking] == 1)
try now |
Forum: PHP May 7th, 2008 |
| Replies: 7 Views: 5,357 <?php
include('../include/conn.php');
$Path = "../images/reference/";
$NoPic = "../images/nopic.jpg";
$Delimeter = "_";
$ImageName = $_REQUEST['ReferenceID'];
$Title = $_REQUEST['Title'];... |
Forum: PHP May 7th, 2008 |
| Replies: 7 Views: 5,357 i have done this using framset and php code no needed ajax code. i ll send you the code soon but still need some modifications. uploading and db part works fine. |
Forum: PHP Jan 24th, 2008 |
| Replies: 2 Views: 787 |
Forum: PHP Jan 21st, 2008 |
| Replies: 5 Views: 5,356 sample .htaccess file.
RewriteEngine On
RewriteRule ^\.htaccess$ - [F]
RewriteRule ^\.jpg$ - [F]
RewriteRule ^\.html$ - [F]
RewriteRule ^\.css$ - [F] |
Forum: PHP Jan 21st, 2008 |
| Replies: 6 Views: 1,508 i have posted that script ages ago..
here u can view them like 6*4 or how you like
http://www.daniweb.com/forums/thread93324.html
here is the file upload code. u have to do some modifications... |
Forum: PHP Jan 21st, 2008 |
| Replies: 11 Views: 3,315 try this..
$Server = "127.0.0.1";
$Port = ":"."3306";
$DataBase = "database";
$UserName = "user";
$PassWord = "pass";
$Flags = "MYSQL_CLIENT_SSL";
$Connection = mysql_connect($Server .... |
Forum: PHP Jan 21st, 2008 |
| Replies: 6 Views: 1,697 gotta be kidding about this one
180 seconds, now on up to you.
<META HTTP-EQUIV="Refresh" CONTENT="180">
works everywhere. u no need java everytime |
Forum: PHP Jan 18th, 2008 |
| Replies: 5 Views: 4,945 |
Forum: PHP Jan 18th, 2008 |
| Replies: 1 Views: 602 |
Forum: PHP Jan 18th, 2008 |
| Replies: 12 Views: 2,810 u know it is not gonna work if your server is not configured to send email without authorization.
better u login and fast! |
Forum: PHP Jan 18th, 2008 |
| Replies: 3 Views: 3,965 i posted image upload code here already. try to make search. with some little modifications to save ur images on your database. |
Forum: PHP Jan 18th, 2008 |
| Replies: 11 Views: 3,315 wanna connect to mySQL or what? if you wanna configure mysql u gotta make connection first then inject the sql commands. |
Forum: PHP Jan 18th, 2008 |
| Replies: 10 Views: 4,212 yea ubuntu rocks!.
dw cs3 is good for php. |
Forum: PHP Jan 14th, 2008 |
| Replies: 8 Views: 9,920 listen kkeith... he is good! ;) |
Forum: PHP Jan 14th, 2008 |
| Replies: 10 Views: 1,096 use javascript,
when the user enters data into first textbox, add there automatically another textbox n name it text02, keep this process and on post just catch the data. thats all. |
Forum: PHP Dec 3rd, 2007 |
| Replies: 3 Views: 833 |
Forum: PHP Dec 3rd, 2007 |
| Replies: 16 Views: 1,733 it depends on ur experience and place |
Forum: PHP Nov 28th, 2007 |
| Replies: 18 Views: 4,052 well.. i ll try to find my code then lll post it |
Forum: PHP Nov 28th, 2007 |
| Replies: 5 Views: 761 i know... i put it there to give some idea.
dont have to work right |
Forum: PHP Nov 28th, 2007 |
| Replies: 18 Views: 4,052 i think u dont know how to make request. it was an idea. just put there if else looop.. thats all |
Forum: PHP Nov 28th, 2007 |
| Replies: 5 Views: 761 select * from mytable limit 10 order by id desc |
Forum: PHP Nov 26th, 2007 |
| Replies: 18 Views: 4,052 <a href="file1">File 1</a>
<a href="file2">File 2</a>
.....
.....
put this in for loop and it is ready |
Forum: PHP Nov 15th, 2007 |
| Replies: 10 Views: 2,103 get or post is posting method. u gotta request after posting if not on the same source
$sql = "SELECT * FROM 'profile' WHERE ip =
$_request[ip]"; |
Forum: PHP Nov 15th, 2007 |
| Replies: 1 Views: 6,350 i sent the upload code here... check ma posts |
Forum: PHP Nov 15th, 2007 |
| Replies: 3 Views: 45,756 use java n form post method |
Forum: PHP Nov 15th, 2007 |
| Replies: 1 Views: 629 |
Forum: PHP Nov 10th, 2007 |
| Replies: 9 Views: 6,467 i m get more used to mssql procedures... i think i need to write kinda php module to execute multi stored procedures. thanks anyways |
Forum: PHP Nov 10th, 2007 |
| Replies: 9 Views: 6,467 Did you test this? It doesn't work, i got it work somehow but.. when i call the second procedure..
still error.. no output |
Forum: PHP Nov 10th, 2007 |
| Replies: 7 Views: 1,455 if (!isset($pagenum))
{
.....
}
save a bit |
Forum: PHP Nov 10th, 2007 |
| Replies: 2 Views: 2,087 i heard about it but I don't know how it works.
apache has this option i wanna use that. |
Forum: PHP Nov 9th, 2007 |
| Replies: 2 Views: 2,087 does anyone know how to limit upload speed on apache for windows?
i found some solutions but they all for linux
this one didnt work for me
<IfModule mod_throttle.c>
ThrottlePolicy... |
Forum: PHP Nov 9th, 2007 |
| Replies: 9 Views: 6,467 out parameter is not so important coz i need all values out. if i do something without using tables like:
declare in_x, in_y, out_z int;
select in_x * in_y = out_z;
select out_z;
end |
Forum: PHP Nov 9th, 2007 |
| Replies: 6 Views: 8,667 why do you put ' ' to assign numbers to the variables. it usually gives error.
where id=$id") |
Forum: PHP Nov 9th, 2007 |
| Replies: 9 Views: 6,467 language is the input parameter. i deleted it and still same. got error... |
Forum: PHP Nov 8th, 2007 |
| Replies: 9 Views: 6,467 mysqli version.. doesnt work also... :(
<?php
$Server = "127.0.0.1";
$DataBase = "teknober";
$UserName = "root";
$PassWord = "19741968";
$Connection = mysqli_connect($Server, $UserName,... |
Forum: PHP Nov 8th, 2007 |
| Replies: 8 Views: 1,153 |
Forum: PHP Nov 8th, 2007 |
| Replies: 8 Views: 1,153 this code has no sense.. it s html.. even u ve mistakes browser ll show up... send your codes in
site_defenitions.inc |
Forum: PHP Nov 8th, 2007 |
| Replies: 3 Views: 1,887 check it in control panel.. or prepare a php file and set the error_reporting E_ALL n do some mistake on the page n it ll be able to see full path of ur website |