Search Results

Showing results 1 to 40 of 63
Search took 0.01 seconds.
Search: Posts Made By: Killer_Typo ; Forum: PHP and child forums
Forum: PHP May 5th, 2009
Replies: 3
Views: 2,522
Posted By Killer_Typo
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
Posted By Killer_Typo
put your markup in code tags please

[ code ]

[ /code ]
Forum: PHP Feb 18th, 2006
Replies: 4
Views: 7,039
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
Forum: PHP Apr 2nd, 2005
Replies: 5
Views: 1,781
Posted By Killer_Typo
<?
foreach ($My_Array as $some_value);
echo $some_value;
?>

would work also right?
Forum: PHP Apr 2nd, 2005
Replies: 10
Views: 3,503
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Code Snippet: Starers Script
Views: 2,921
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
?? 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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
you forgot to add the ';' after x=5
Forum: PHP Jul 26th, 2004
Replies: 14
Views: 4,341
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
well...hopefully this wont take tooo many years ;)
Forum: PHP Jul 14th, 2004
Replies: 9
Views: 3,471
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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
Posted By Killer_Typo
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.
Showing results 1 to 40 of 63

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC