Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,733 members, 7,813,411 topics. Date: Tuesday, 30 April 2024 at 12:00 PM

Please I Need Urgent Help Concerning Some Php File. - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Please I Need Urgent Help Concerning Some Php File. (693 Views)

I Need Help Concerning A Website Forum / How Do I locate My Smf Boardindex.template.php File Via Ftp (2) (3) (4)

(1) (Reply) (Go Down)

Please I Need Urgent Help Concerning Some Php File. by charliebiz(m): 9:50pm On May 11, 2008
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>
Re: Please I Need Urgent Help Concerning Some Php File. by kheme(m): 8:47am On May 12, 2008
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?
Re: Please I Need Urgent Help Concerning Some Php File. by uspry1(f): 1:05pm On May 12, 2008
@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:

Help! Uploading Pictures
https://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:

https://www.nairaland.com/nigeria/topic-110588.0.html#msg1927118
Re: Please I Need Urgent Help Concerning Some Php File. by aphoe(m): 10:16am On May 13, 2008
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


<?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,


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

(1) (Reply)

Who's Using Online Backup Services? / E-commerce Solutions / Webmasters, Your Help Needed.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 11
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.