Please I Need Urgent Help Concerning Some Php File.

A Member? Please Login  
type your username and password to login
Date: July 26, 2008, 08:10 AM
223746 members and 127058 Topics
Latest Member: saredase
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Webmasters (Moderator: uspry1)  |  Please I Need Urgent Help Concerning Some Php File.
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Please I Need Urgent Help Concerning Some Php File.  (Read 97 views)
charliebiz (m)
Please I Need Urgent Help Concerning Some Php File.
« on: May 11, 2008, 09:50 PM »


Do you know about PHP. I am looking for a teacher to put me through some codes. i know the php codes, atleast to some extent but i think i am jumboing it somewhere when i am uploading my file. Do i upload it directly on my public html folder?

 Please, i need a helping mind and head.

 Below is a code i tried to upload to my website but it was blank.

<?php
session_start();
// store session data
$_SESSION['unique id']=12;
?><html>
<body><?php
//retrieve session data
echo "This is your unique identity". $_SESSION['unique id'];
?></body>
&nbsp;</html>
kheme (m)
Re: Please I Need Urgent Help Concerning Some Php File.
« #1 on: May 12, 2008, 08:47 AM »

seriously man,  do you really know PHP??? that code has absolutely NOTHING to do with uploading a file. unless of course, you've uploaded the wrong code here. that code simple write 12 to the session 'unique id' and prints it back out!!!

or,  are you asking the WRONG question here?
uspry1 (f)
Re: Please I Need Urgent Help Concerning Some Php File.
« #2 on: May 12, 2008, 01:05 PM »

@poster

I am not sure what you request some help on PHP file. However there is existing thread referring to "upload picture". It is same as "upload file" at below link provided: Huh

Help! Uploading Pictures
http://www.nairaland.com/nigeria/topic-133004.0.html

Of course, use GOOGLE.COM you will find FREE SCRIPT FOR PHP UPLOAD FILE out there. Cool

Also go see existing thread to learn how to configure apache handler to employ .htaccess file at below link provided:

http://www.nairaland.com/nigeria/topic-110588.0.html#msg1927118
aphoe (m)
Re: Please I Need Urgent Help Concerning Some Php File.
« #3 on: May 13, 2008, 10:16 AM »

the reason it returned blank is that there were some fatal errors in that code and the display_errors has been set to false in the php.ini file of your website

i tried debuggin your codes try this now

Code:
<?php
ini_set
('display_errors', true);
session_start();
// store session data
$_SESSION['unique id']=12;

?>


<html>
<body><?php
//retrieve session data
echo "This is your unique identity". $_SESSION['unique id'];
?>
</body>
&nbsp;</html>


and this was what it displayed in the web browser

This is your unique identity12

the html codes,

Code:
<html>
<body>This is your unique identity12</body>
&nbsp;</html>


 A List Of Your Companion Utility Websites For Web Developer/designers  What's Your Opinion Regarding This Website  E-commerce Solutions  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Jobs (2) Career Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.