Search Results

Showing results 1 to 40 of 175
Search took 0.01 seconds.
Search: Posts Made By: fatihpiristine ; Forum: PHP and child forums
Forum: PHP Mar 24th, 2009
Replies: 2
Views: 481
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
<?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
Posted By fatihpiristine
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
Posted By fatihpiristine
Forum: PHP Jan 21st, 2008
Replies: 5
Views: 5,356
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
Forum: PHP Jan 18th, 2008
Replies: 1
Views: 602
Posted By fatihpiristine
Forum: PHP Jan 18th, 2008
Replies: 12
Views: 2,810
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
yea ubuntu rocks!.

dw cs3 is good for php.
Forum: PHP Jan 14th, 2008
Replies: 8
Views: 9,920
Posted By fatihpiristine
listen kkeith... he is good! ;)
Forum: PHP Jan 14th, 2008
Replies: 10
Solved: help
Views: 1,096
Posted By fatihpiristine
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
Posted By fatihpiristine
yea... good question
Forum: PHP Dec 3rd, 2007
Replies: 16
Views: 1,733
Posted By fatihpiristine
it depends on ur experience and place
Forum: PHP Nov 28th, 2007
Replies: 18
Views: 4,052
Posted By fatihpiristine
well.. i ll try to find my code then lll post it
Forum: PHP Nov 28th, 2007
Replies: 5
Views: 761
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
select * from mytable limit 10 order by id desc
Forum: PHP Nov 26th, 2007
Replies: 18
Views: 4,052
Posted By fatihpiristine
<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
Posted By fatihpiristine
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
Posted By fatihpiristine
i sent the upload code here... check ma posts
Forum: PHP Nov 15th, 2007
Replies: 3
Views: 45,756
Posted By fatihpiristine
use java n form post method
Forum: PHP Nov 15th, 2007
Replies: 1
Views: 629
Posted By fatihpiristine
did u check firewall?
Forum: PHP Nov 10th, 2007
Replies: 9
Views: 6,467
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Solved: Pagination Help
Views: 1,455
Posted By fatihpiristine
if (!isset($pagenum))
{
.....
}




save a bit
Forum: PHP Nov 10th, 2007
Replies: 2
Views: 2,087
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Posted By fatihpiristine
language is the input parameter. i deleted it and still same. got error...
Forum: PHP Nov 8th, 2007
Replies: 9
Views: 6,467
Posted By fatihpiristine
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
Posted By fatihpiristine
thats what i asked :)
Forum: PHP Nov 8th, 2007
Replies: 8
Views: 1,153
Posted By fatihpiristine
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
Posted By fatihpiristine
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
Showing results 1 to 40 of 175

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC