Hello, and thank you for your answer. This works, i get an dropdown list with all the names in DB. But i also use this: <?php echo mysql_result($result,$i,"Namn");?> in an text field to echo a name...
Type: Posts; User: PatrikIden; Keyword(s):
Hello, and thank you for your answer. This works, i get an dropdown list with all the names in DB. But i also use this: <?php echo mysql_result($result,$i,"Namn");?> in an text field to echo a name...
Hi i wonder how i can make this work:
I would like to have a dropdown list on my webpage containing names from DB
and when ever a new user registers on my site, and that info is added to DB the...
Thanks i think i understand now. I'l giv it a go.
Hi, I just need a php script to create a a number 1001 and then each time this script is run it should look in DB what number exist, if the number 1001 exist then create number 1002 if 1002 exist...
Hi i'm looking fpr a script to use with a mailform. A employee can register trow this mailform, but i want a number to be assigned to every employee.
ex, if a first employee registers this...
Hi, I have this code to echo a file on webpage: <?php echo mysql_result($result,$i,"Bifogad_Fil");?>
But how can i make it a clickeble link?
I tryed this but it did not work: <a href="<?php echo...
That worked perfectly. Thank you so much for your help. I cant tell you how much it means to me, now i got a fully automatic Job ad system thank's to you'r help. So again i thank you.
Thank you so much for your help. Could i just ask of you, how would the code look like if modyfied to work with the 0-1 function. That is if i add the field 0 and 1 in DB jobadd. I think this...
Thank's it's working now. How can i modify this code so that a text is echoed if there are no links(Länk) to mail, Like " echo No links to send":? And Do you know a way to check if a link(Länk) is...
Thank you for your reply. Now iget this error meg: Error: Query was empty
I'v got this code now. It works for sending one link(Länk) to all the emails in DB table. But how can i get this to send all the links(Länk) in DB and not to send anything if there is no new...
Thank you for your reply. i actuly got this code now, and it works sort of.
The problem is that it only sending one link, should be 3 links at least.
And this link is also send to only one email....
I have i DB a table named "jobadd". And in this table i have the columns "Kategori" and "Länk"
in "Kategori" i have different add categorys ex, "bygg" and in "Länk" i have links that will direct a...
Hey, Could you take a look on my latest Thread in the Mysql section?
Thank's
Hi, I need a script that send mail every 24 hrs if there is data that is only 24 hrs old in DB. And thees emails should bee sent to comanys in a serten category. I'l try to explain my site functions....
I'v got this working now, THANK YOU.
But if you're trying to get a single set of results from two independent tables, then that is a lot more complicated.
I have one table "jobadd" in vich i have a column "price" and then i have a...
OK lets say i have this:
<?php
$databasename='*********'; // Name of the database
$tablename='jobadd'; // Name of the table
$mysqladd='*********'; // Address to the MySQL Server...
How do i select two tables from the same database in one db connection?
The first code seams to stop the second code from working.
Hi, keyboard1333 did you send me an email? i recived a email dhat have some add in it. So i just have to ask if it is you that sent me taht mail just so i dont send the code to someone else.
If it...
OK i'm not realy getting this, how can this get the price from DB what ever the price is? (i mean it's the user that puts in the price when posting an add).
Can i put somthing like this in $Variable...
Thank you i'l try this, and if i whant to pass over more than one variable ex, ID, Name?
and i still need to have this in a link to the answering form page?
Hi i wold like to get some values from two differnt DB tables (at the same server and DB)
This are the connection codes i need to combine:
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST' &&...
Yes maybe, i dont know how to use that thow.