@alex809
Seriously. Complaining about the vagueness of something, while not attempting to do anything about learning? Insulting advice that would make sense if you had?
It comes down to the fact that people will not and should not always just hand you code.
@Syed75 It's kind of nitpicky, but this could have been posted in the other thread about user profiles.
seriously if im insulting then fine i wasnt aiming to that.
yea i was complaining but really whats the point in posting something like this and not having scripts i bet alot of people dont even know how to echo something start a session or external link to bio on to be able to edit
i have profiles and a messaging system but i need a page named process.php cause i cant run the messaging system or edit profiles nad nothing comes up on profiles when i check the profiles.
user profiles work if your logged in and then go to the link (if u know it, witch noone does but me) and u can see the profile but again its a blank profile page cause it cant collect data without the process.php page.
ill have to wait until a site goes down to get it so that i can finish making profiles nad the messaging system.
<?php
session_start();
?>
$username=$SESSION[username];
<html>
<head>
<title> echo "Profile of $username"; <title>
<h1> echo "Welcome $username";
</h1>
</head>
<div id="bio">
Echo your bio here Alex..
</div>
This is a very basic script for bio..
My ideal life; Living to the fullest, having fun, and geeking on a linux box.
ok.can u post ur process.php script.my profile system,edit system & pm system need a process.php script and i cant find one.
i know you have 1 cause Dsicity's ftp was open to every1 and i was goin to get the process script today but when i got to school and tryed to get into the ftp server it was fixed.
i woulda got it last night but i found out on dsi but i cant download with the dsi.
Also ur ftp login for the user and pass u posted dosn't work.and whats the point in having it opensource if no1 can download stuff or view anything.
Also were do i input the bio script in the user profile script?