Forum: PHP May 5th, 2009 |
| Replies: 3 Views: 2,522 I think there were some issues with tb_create, mostly I hadn't gotten it working at the time lol.
but you are more than welcome to have at it. This is a pretty old thread so you should count... |
Forum: PHP Jul 5th, 2007 |
| Replies: 43 Views: 176,266 put your markup in code tags please
[ code ]
[ /code ] |
Forum: PHP Feb 18th, 2006 |
| Replies: 4 Views: 7,039 this would be the best way. to have a list of the emails in a database and then itterate through the database like while count is less than or equals to the number of emails in the database. email... |
Forum: PHP Jul 13th, 2005 |
| Replies: 6 Views: 3,195 thats a hard question because it depends on the information being passed and the ammount of it.
I prefer post because that is what i learned with. but i have much possitive feedback from get... |
Forum: PHP Jul 7th, 2005 |
| Replies: 6 Views: 3,195 read this tutorial (http://www.daniweb.com/tutorials/tutorial6958.html) that i wrote. It uses PHP/MySQL/HTML-Forms to pass data to another page to run queries on it.
You could probably read... |
Forum: PHP Jul 7th, 2005 |
| Replies: 8 Views: 3,376 I would start by lengthening the execution time, only because it may be taking time to ping the host. write to file, then read the file. If lets say you extend the time to sixty seconds, and it... |
Forum: PHP Apr 11th, 2005 |
| Replies: 10 Views: 3,503 dances comment was that you are not retrieving any variables from the previous post, IE, there is no $usrname = %_POST[usrname]; with a form that uses the post feature to the current page...so its... |
Forum: PHP Apr 6th, 2005 |
| Replies: 10 Views: 3,503 go with dance first as i believe he has it, in that your not retrieving anything from the previous page, but in it, you may want to end it to the end of all your mysql lines just to make sure that... |
Forum: PHP Apr 5th, 2005 |
| Replies: 10 Views: 3,503 have you tried adding it to all lines, somthing is obviously being parsed wrong within the mysql itself and not the php. |
Forum: PHP Apr 3rd, 2005 |
| Replies: 6 Views: 13,279 is that the same for deleting folders too? |
Forum: PHP Apr 2nd, 2005 |
| Replies: 5 Views: 1,781 <?
foreach ($My_Array as $some_value);
echo $some_value;
?>
would work also right? |
Forum: PHP Apr 2nd, 2005 |
| Replies: 10 Views: 3,503 you should always use error checking, because not always will the error pop up, sometimes you need to add the line
or die (mysql_error());
$nombre = mysql_num_rows($result) or die... |
Forum: PHP Mar 30th, 2005 |
| Replies: 5 Views: 4,595 well for both of you this will help alot, check out the code snippit area, i and many others have submitted code for your very purpose, download them, play with them, learn them =)! it will probably... |
Forum: PHP Sep 20th, 2004 |
| Replies: 0 Views: 2,921 I got bored and started some scripting the other day in PHP, this is just a sample that i wrote, just uncomment the part of script that you would like to see. IE remove the /* and */ around a certain... |
Forum: PHP Sep 6th, 2004 |
| Replies: 14 Views: 4,448 seriously if he says you have to go through him. your done with him now. now hes gone overboard. you asked him to design it not webmaster it. Just as long as you have access to the server itself... |
Forum: PHP Aug 28th, 2004 |
| Replies: 12 Views: 4,764 http://enscape.net/index.php?id=114
step by step settings to setting up a windows web server.
http://www.w3schools.com/php/default.asp
w3schools guide to PHP
... |
Forum: PHP Aug 26th, 2004 |
| Replies: 8 Views: 5,540 I like this idea, but could this same idea be used to lets say make a page read
http://www.example.com/index
instead of
http://www.example.com/index.htm
?? |
Forum: PHP Aug 16th, 2004 |
| Replies: 4 Views: 3,905 http://www.daniweb.com/techtalkforums/thread6958.html
check out this snippit i wrote, hopefully it will help you some. |
Forum: PHP Aug 14th, 2004 |
| Replies: 2 Views: 4,086 this is a job for cookies and session handling...and someone else. cuz i still havnt taken the time to learn those things cuz im lazy and schools starting back up. |
Forum: PHP Aug 3rd, 2004 |
| Replies: 5 Views: 7,679 there is nothing in the registry about PHP i believe, because it installs nothing, and is just a matter of moving files around. and thx zachery |
Forum: PHP Aug 2nd, 2004 |
| Replies: 5 Views: 7,679 ?? its not somthing you would search the registry for, you must have a running server, and then download and set up PHP, i say setup because PHP is not somthing that installed persay.
to see if... |
Forum: PHP Jul 30th, 2004 |
| Replies: 2 Views: 5,191 echo "<a href=\"http://www.your link here.com\">Click here</a>";
that should work.
or
echo "<a href='http://www.your link here.com'>Click here</a>"; |
Forum: PHP Jul 28th, 2004 |
| Replies: 4 Views: 2,367 im not sure what your code i supposed to do?
(also you forgot the $ symbol for you x value, all variables must have a $ symbol to siginify them.)
all it will do is echo a few statements and... |
Forum: PHP Jul 28th, 2004 |
| Replies: 4 Views: 2,367 you forgot to add the ';' after x=5 |
Forum: PHP Jul 26th, 2004 |
| Replies: 14 Views: 4,341 before you try and help someone with PHP you should understand what it is for, and have an understanding of the PHP syntax. PHP is for serverside scripting unlike java wich is webside. PHP is used... |
Forum: PHP Jul 26th, 2004 |
| Replies: 12 Views: 5,971 check out the PHP code snipits, ive got a few in there that you could use to study. also www.w3schools.com (http://www.w3schools.com) is a good site to learn a thing or two from.
heres the... |
Forum: PHP Jul 25th, 2004 |
| Replies: 5 Views: 2,899 you cant expect to learn anything that will in the long run make you money in under 2 months. Programming/Scripting/Markup-languages all take time to learn and are not easy at first. it takes a set... |
Forum: PHP Jul 18th, 2004 |
| Replies: 0 Views: 10,411 Ok, right now i have an array that the user enters into a form and when they submit it, it is loaded into a PHP script that i have set into an iFrame so that you can modify the mysql database in real... |
Forum: PHP Jul 17th, 2004 |
| Replies: 2 Views: 3,743 ahh your so right, but this was the alpha install of PHP5, he gave no instructions on how to install the alpha version. he gave the generic instructions for PHP4. |
Forum: PHP Jul 15th, 2004 |
| Replies: 2 Views: 3,743 PHP 5
fast&easy
web development
By: Julie Meloni
So far this has been one of the better books that i have read. it has alot of examples and has actually inspired me to write some of my own... |
Forum: PHP Jul 15th, 2004 |
| Replies: 3 Views: 2,522 Intro
OK, there's going to be a lot here, but it's just something that I built as my own crapped down version of PHPmyAdmin. I know it's not great. but that's not the point ;)
Getting started
... |
Forum: PHP Jul 15th, 2004 |
| Replies: 3 Views: 9,416 ok so this is what i have so far, its a simpler version of what i have stated before and is just a test to figure out how to break apart arrays.
<?php
//building the array to check the output... |
Forum: PHP Jul 14th, 2004 |
| Replies: 3 Views: 9,416 well...hopefully this wont take tooo many years ;) |
Forum: PHP Jul 14th, 2004 |
| Replies: 9 Views: 3,471 hahahahhahahahah yeah. that can be a real pain the butt. my favorite errors are ones that want you to send into microsoft in an error report.
like my dad was working on program one day, and... |
Forum: PHP Jul 14th, 2004 |
| Replies: 3 Views: 9,416 does anyone know where i can find a complete list of mysql commands. Im in the proccess of writing a live mysql database interaction for web use. and right now i need to store all mysql commands to... |
Forum: PHP Jul 14th, 2004 |
| Replies: 36 Views: 82,933 i honestly dont remember what i did now. but since php5 is now out of alpha and up for release it should be good to install now. |
Forum: PHP Jul 14th, 2004 |
| Replies: 9 Views: 3,471 lol thats what happend. the instructions given were only half right. they didnt tell you to rebuild the file structure or what files to move. just that some of the .dll's needed to be moved. |
Forum: PHP Jul 14th, 2004 |
| Replies: 9 Views: 3,471 yup but i was able to fix after moving the right dll's into my system32 folder. it was a matter of a old file being loaded before the new one. |
Forum: PHP Jul 13th, 2004 |
| Replies: 9 Views: 3,471 so its no longer in the alpha stages?? if so thats good to hear, i had quite the time figuring it out, though i eventually got it to work. |
Forum: PHP Jul 6th, 2004 |
| Replies: 5 Views: 2,877 www.w3schools.org (http://www.w3schools.org) is the site i believe. its got alot of good stuff there. or you can go down to your local library and check out some scripting books. |