okay .. forget that last post then (sorry i didn't seee your new post igresman)... i'll learn about using sessions!
thanks much!!
-------
www.letour.fr
hmm .. interesting .. thanks
if i passed them through a URL ... how would I pass multiple values ...
would this work?
http://www.mysite.com/username=$username&password=$password
where $username and $password are two different unique variables per session?
-------
www.letour.fr
Hey guys -
I"m working with a lot of php/mysql databases here, and in order to update account information here's the code we use ...
printf ("\n<form method=\"post\" action=\"mailadd.php\">\n");
printf ("<input type=\"hidden\" name=\"geo_type\" value=\"rectangle\">\n");
if...
no kidding about the junk tables ... i'm actually redesigning the system that we have now .. due to the many blank fields .. and it's not a pretty job
-------
www.letour.fr
great thanks! since i'm connecting and stuff with a mySql server, i think i'll use the post and redraw the page - something i'll need to learn but i know what it is now ..
thanks again :)
-------
www.letour.fr
Hey guys -
i'm not sure what the "right" name of what i'm trying to do .. and taht's what my question is -
I'm currently trying to build a menu where users can enter one phone number, and then press "Add Another Phone", and then the old record is posted in text on the screen ... and new input...
kinda foggy here on your question .. but your database should autoincroement the orderNum if you set the sql part up right. you'll just want to make sure than when you update the tables ...
well here ..
when you install database.sql, you usually do
drop customer;
drop order;
drop other table...
hey guys -
i know that this topic has been posted here before, but i can't find it anywhere on the old forums.
my question is:
how do you do the "loading please wait"?
i have a huge database being displayed and I want to make a "Loading Please Wait" while the page is loading.
$query =...
So I've never had this problem before, but its' starting to drive me up a very large binary tree.
I go and create a site in dreamweaver - create the main template, and i can't get my "child" pages to inherit the stylesheet.
The template shows it perfectly, but the other things don't. When i...
cool and thanks! that'd totally work too if i owned the original template (we're nesting templates up to 5 levels deep - i don't own/have privilidges to the first 2 levels)
is there any other 'shortcut' to delete the <?xml... ?> tag that you know of? if not that's totlly cool.
thanks again :)...
hey guys -
i'm totally stumped with this problem.
i'm programming in dreamweaver (duh) and whenever i do a template update on my site there's this grotesque two lines that always appear even after i delete them in an editable region that make my php in the code not want to work.
<?xml...
Why Cookies?
I'm using them for controlled access to certain pages. Here's how I create it:
if($_POST['Submit']){
//assign a variable to the username the user input
$username = $_POST['user'];
//assign a password to the username the user input
$password = $_POST['pass'];
if...
thanks so much DRJ478! i didn't know that you had to set the path absolute. i had it set relative and that doesn't work. the who entire ini_set() is over my head, but it's okay since there's only one file i need to include.
thanks so much guys :) cheers!
-------
www.letour.fr
Warning: main (connect.php): failed to open stream: No such file or directory
and
Warning: main(): Failed opening connect.php' for inclusion (include_path='.:')
but the file is definitly there. i looked and everything reads that it is there.
-------
www.letour.fr
Hey guys thanks for all your help so far .. i swear my question are gonna be starting to slow down because i'm understanding more stuff. One thing though -
How do I include a file to be read from another php file ...
like here's the thing.
i want to include
dbconnect.php<?php $dbuser =...
Hey guys - I'm trying to make it where users can sign into my database and then if their password is approved, they'll be sent to another page. here's the login script i'm using
<?php
//this initiates a session
session_start();
//see if there is a cookie that is both logged in the session we...
ahh cool i'll check that . .DW may need a patch .. it's been running a while patchless (uploaded with DW by the way)
thanks!! cheers :)
-------
www.letour.fr
yeah, i think i may do that ... i like php a whole lot better than javascript, but i'm so retarded even fro asking for help when i really can't show you guys what's wrong with this...thanks so much tho for helping and definitely i'll take a look at that link :)
cheers :)
-------
www.letour.fr
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.