Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for i love my vans

Hey Everyone! ( <-- First Post, Wow) Well i want use a URL variable like this... [PHP]www.site.co.uk/index.php?page="about"[/PHP] With me so far? Ok. Now when the user enters the index.php page, i want specific content loaded into a preset table, in the case above it would be the about page, but …

Member Avatar for rekhasuresh
0
704
Member Avatar for val542

I am Valerie programmer in PHP since 1998 i find this forum because at the begin i wanted to sell my site but i fall in love with PHP programming section!! I think i will stay here for a long time!!

Member Avatar for thugzappa
0
41
Member Avatar for bennetjosem

i got a page index.php. i got a link over there to download.php. in download.php i'll do some mysql things. (like count file download...) and redirect the browser to some file 123.zip. Wot i really want is. I dont want to go to download.php instead the browser should remain in …

Member Avatar for bennetjosem
0
218
Member Avatar for NilovSerge

Hi, all! I run in PHP процедуру MSSql-procedure: $Stmt= mssql_init( 'ProcName', $Con ); ... $Result= mssql_execute( $Stmt, true ); if ( !$Result ) { echo mssql_get_last_message(); ... The problem is that if this proc generate an error(for ex breaking the unique index), mssql_get_last_message() gives "The statement has been terminated." but …

Member Avatar for Troy
0
163
Member Avatar for paradox814

I need to load a value from a recently posted page... [php]for ($i=0; $i<10; $i++) { $_SESSION['someVar'][$i] = $_POST['someVar'][$i] $_SESSION['anotherVar'][$i] = $_POST['anotherVar'][$i] $_SESSION['yetAnotherVar'][$i] = $_POST['yetAnotherVar'][$i] }[/php] now the session part works just fine, but the $_POST part just blows up on me! How can I fix this? I want to …

Member Avatar for Troy
0
186
Member Avatar for tyty

Hi I have attempted to install Apache/PHP on a new WinXP Home machine. I have it running succesfully on a Win98 machine. Apache works fine. PHP doesn't. I get the following Apache log error when trying [url]http://localhost/phpinfo.php[/url] - File does not exist: c:/webroot/php/php.exe/phpinfo.php. phpinfo.php is in c:/webroot. PHP is installed …

Member Avatar for Troy
0
156
Member Avatar for Yuki H.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/user/public_html/im2db/image.php on line 14 This is the error I am getting Here is the code: Image.php Am I supposed to add a exit(); after $result = mysql_query ($sql, $conn); line? [PHP]<?php // database connection $conn = mysql_connect("localhost", "user", …

Member Avatar for val542
0
216
Member Avatar for symoore22

http://ww.bestblanks.co.uk/media.php hi im not sure what im doing wrong with this: have a look at the above url: each product name is suppose to open a small window which will go on to display a description of the product: however when you click on title there is an error and …

Member Avatar for tgreer
0
186