i put together a script on a web page that allows people to submit a question. their question is inserted into my database and an email notification is sent to me. a month ago i had removed this page link from my main menu so it was on the server but not visible to my site visitors, but today i...
ok, so when a person types in www.somedatingsite.com?u=username in the url address... it goes to a lookup script that direct them to the correct profile page...
sound like a good idea that i didn't think of. so by placing ....?u=username at the end of the url the '?' is the ref id that is...
hi jpadie, i'm using a hosting service and not my own server.
can you elaborate more on your latest reply... "use the query parameter of u to pass the username to a switchboard on your landing page
hi,
i'm trying to get my head around the better way to put together member profile pages for a dating website... having reviewed a few dating sites i've noticed that they have usernames or account id's appended to the urls of their member profile pages... for instance... www.dating.com/username...
i'm trying to modify the validation of my registration form to stop users from entering spaces and blank info. can you help? here's my script...
if (
$username_check == "" &&
$passwd == "" &&
$email_check == ""
) {
$all_fields_empty ="register for free";
return...
so shameful... this has to be the esaiest thing to do and i searched google and this forum and can't find an answer...
how do you load an image into a movieclip. not creating a blank movie clip but into a movie clip that you have created. so you can do some animation to it?
btw, the image is a...
can you see anything wrong in my code?
the first 'if' works and the second 'else if' works, but the third 'else' just seems to output the first 'if'... this is confusing me???
function email_verify($email_database,$email_input) {
if ($email_database == "") {
$email_none ="please...
i'm trying to create a img src tag around a variable.. for example...
$target_path_2 is a path to an image file in a directory ... photos/test.jpg
this gets entered into my database, when recalling the path from my database i'm trying to put an image tag around it and put into a new variable...
i'm designing a site with a members login and i've been reading up using .htaccess to secure directories and content. so here's my question....
i've already coded the script for the login where my usernames and passwords are stored in a mysql database. here's the script...
<?
$user =...
i'm not getting any errors. just a blank page with login_user.php in the url... like its stayed in the script and doesn't go to www.example.com ...i just cant figure it out?? here's the full script...
<?
/* get the incoming ID and password hash */
$user = $_POST["userid"];
$pass =...
i dont know why but my when my script gets to this part it wont redirect. it just stays in the script ...for example, this script is on a page called login_user.php and i want it to redirect to www.example.com. if i get the login name incorrect it echos 'wrong'. if i get the login username and...
something very strange is happening with a swf file. On my pc everything looks ok and on a friends pc it also loads fine...
however, on other selected pcs only part of the animation/ content appears and then it goes black (no loop).
initial thoughts were that the pcs that couldn't display it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.