Search Results

Showing results 1 to 37 of 37
Search took 0.01 seconds.
Search: Posts Made By: mikeSQL ; Forum: PHP and child forums
Forum: PHP Aug 24th, 2007
Replies: 29
Views: 4,220
Posted By mikeSQL
Everything looks like its good to me except what Mitko said. I belive he may be right if else. The codes look good, I would check or uninstall/reinstall xampp. digital-ether...
Forum: PHP Aug 24th, 2007
Replies: 4
Views: 1,732
Posted By mikeSQL
Hi nil_gh_80, try this below. Im sure it will work for I have tested this myself before replying here:
CREATE TABLE `table1` ( `name` VARCHAR( 20 ) NOT NULL ,
`age` VARCHAR( 3 ) NOT NULL ...
Forum: PHP Aug 24th, 2007
Replies: 16
Views: 3,999
Posted By mikeSQL
This guy seems cool, try here http://phpvideotutorials.com/ or http://www.tutorialspoint.com/php/index.htm there. You also came to the right place for those. My recommendations though would be...
Forum: PHP Aug 24th, 2007
Replies: 3
Views: 11,405
Posted By mikeSQL
I belive I may have forgotten how to submit this. LOL!
Forum: PHP Aug 24th, 2007
Replies: 3
Views: 11,405
Posted By mikeSQL
Create the HTML we will be using. I will show the whole code and then break it down so you can see what each thing does. Let's start. Create a new html file called index.html.
HTML Code:
...
Forum: PHP Jun 18th, 2006
Replies: 3
Views: 2,036
Posted By mikeSQL
If my scripts via codes are somewhat special as in exclusive to and for me only, I would MD5 my passwords(text boxes if any) and encrpt it with mad dog. But thats be.
Forum: PHP Jun 18th, 2006
Replies: 6
Views: 2,896
Posted By mikeSQL
You can also call,echo or include that link to display, but ya gotta know how to script it right to show without any errors.
Forum: PHP Mar 26th, 2006
Replies: 3
Views: 3,786
Posted By mikeSQL
Hey its nice to come back after sooooo many months and your cool looking snippets still here!
Forum: PHP Feb 5th, 2005
Replies: 4
Views: 4,783
Posted By mikeSQL
Forum: PHP Feb 4th, 2005
Replies: 4
Views: 4,783
Posted By mikeSQL
Forum: PHP Feb 1st, 2005
Replies: 4
Views: 1,959
Posted By mikeSQL
Maybe you just need to be alittle more specific. I dunno, its probly just me without coffee today. LOL, let me get some real quick!
Forum: PHP Feb 1st, 2005
Replies: 4
Views: 1,959
Posted By mikeSQL
You mean like this example?
<div align="center"></div>

or

<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>&nbsp;</td>
</tr>
</table> :?:
Forum: PHP Jan 30th, 2005
Replies: 6
Views: 2,583
Posted By mikeSQL
Or we can just be simple with PHP and make it like the cool way like this:


if (file_exists("THE LOCATION OF IT/favicon.ico")) {
echo "<link REL=\"shortcut icon\" HREF=\"THE LOCATION OF...
Forum: PHP Jan 12th, 2005
Replies: 7
Views: 17,804
Posted By mikeSQL
:eek:paradox814, you beet me tothe answer again. Good job m8!:p vbmenu_register("postmenu_82884", true);
Forum: PHP Jan 12th, 2005
Replies: 1
Views: 1,686
Posted By mikeSQL
php4, php5, ect, ect...
Forum: PHP Jan 12th, 2005
Replies: 1
Views: 1,697
Posted By mikeSQL
So your wanting something similar to a banner script right? Why not download any banner script and just use buttons instead of banners?
If your wanting someone to design 1 for you, it can be done....
Forum: PHP Jan 12th, 2005
Replies: 1
Views: 1,562
Posted By mikeSQL
That sounds to me like something along the line of ASP or .NET type of work, ,maye im wrong, but if theres a PHP Script that can do that, please let me know also.
Ive never seen or heard of such...
Forum: PHP Jan 12th, 2005
Replies: 1
Views: 3,574
Posted By mikeSQL
I love this question, heres your answer below:
<?php
$MySQL=mysql_connect("localhost","YOUR_USER","YOUR_PASS");
mysql_select_db("YOUR_DATABASE",$MySQL);
?>

Heres another...
Forum: PHP Jan 2nd, 2005
Replies: 5
Views: 2,223
Posted By mikeSQL
Is thesite running on PHP and MySQL? or does it at lesat run on some sort of Database so that once the button IE; the form, the info goes to the database and updates itself.
Then you can have a...
Forum: PHP Dec 28th, 2004
Replies: 7
Views: 6,074
Posted By mikeSQL
Intro

This tutorial shows how to greet your visitors depending on what time of day it is. If it's morning, it greets your visitor with "Good Morning!" If it's afternoon, it greets them with "Good...
Forum: PHP Dec 28th, 2004
Replies: 3
Views: 3,786
Posted By mikeSQL
This tutorial shows how to greet your visitors depending on what time of day it is. If it's morning, it greets your visitor with "Good Morning!" If it's afternoon, it greets them with "Good...
Forum: PHP Dec 27th, 2004
Replies: 7
Views: 5,755
Posted By mikeSQL
Forum: PHP Dec 27th, 2004
Replies: 7
Views: 18,797
Posted By mikeSQL
Yes, this would be correct as ReDuX said, it would be a bad idea. Also two things, 1 ReDuX mentioned as well, check your httpd.conf . Also, if your using or running this in a CPAnelX, and you set up...
Forum: PHP Dec 26th, 2004
Replies: 1
Views: 1,840
Posted By mikeSQL
Oo OO OO, I appriciate that. I have to go update the pages now. My site that is. Not here. I wish.
Forum: PHP Dec 26th, 2004
Replies: 5
Views: 2,499
Posted By mikeSQL
Forget abou the domain guys, lets get to her question.

Michelle, I belive you can try this.

<?php include('navbar.php'); ?>

now, the navbar.php is what I am assuming the name of your...
Forum: PHP Dec 24th, 2004
Replies: 11
Views: 81,119
Posted By mikeSQL
Another great post.
Forum: PHP Dec 24th, 2004
Replies: 5
Views: 21,416
Posted By mikeSQL
Oh and btw, just upgrade and that will be taken care of. You can also see that in other versions such as yours, compare it to the new veersion like 7.5, it has no diffrences. So meaning theyve fixed...
Forum: PHP Dec 24th, 2004
Replies: 11
Views: 81,119
Posted By mikeSQL
ERMMMM, just go and download MySQL at mysql.com Be sure to gget the latest also. If yo ujust want to run php and dont care wheather its php4 or php5 then search in google or sourcforge for PHPTrial...
Forum: PHP Dec 21st, 2004
Replies: 7
Views: 5,755
Posted By mikeSQL
WEll, I hope my tutorial wll help you, by for now, its at my latest test site if you want to go look and read up on it, it might help you as far as Kill Cookies go or even sessions so that you wont...
Forum: PHP Dec 21st, 2004
Replies: 7
Views: 5,755
Posted By mikeSQL
Use cookies for your login script. Set it for an expiring time for each user. Or simply use seesions if your good with PHP. Run the sessions from a MySQL Databse too, thatll help you keep track for...
Forum: PHP Dec 18th, 2004
Replies: 5
Views: 21,416
Posted By mikeSQL
I am and I can say that Jeff is correct on this too. I also can say that I know for a fact that it works great as well. You shuold try it!

Also would like Jeff to post this tutorial on my site if...
Forum: PHP Dec 18th, 2004
Replies: 5
Views: 3,144
Posted By mikeSQL
Forum: PHP Dec 18th, 2004
Replies: 2
Views: 2,383
Posted By mikeSQL
Um, is this a question or a tutorial?
Forum: PHP Dec 18th, 2004
Replies: 5
Views: 3,144
Posted By mikeSQL
You just upgrade and overwrite all your files except the config.php.
Then run the upgrade script in the upgrade folder that came with that package. You can also et this at www.phpnuke.org,...
Forum: PHP Dec 18th, 2004
Replies: 3
Views: 2,515
Posted By mikeSQL
Those are very good answers. You can also try upgrading your current versions of nuke. Alot of bugs are fixed such as that 1. But Im glad you found your answer because I dont have that problem with...
Forum: PHP Dec 18th, 2004
Replies: 5
Views: 3,144
Posted By mikeSQL
I hear ya bro. Purhaps the PHPNuke version isent capible nor compatible for tha specific mod or block. 9 times of 10, thats the problem. Trust me, I kow becasue I am running the version 7.6. So, to...
Forum: PHP Dec 18th, 2004
Replies: 3
Views: 2,515
Posted By mikeSQL
MMMM, Add a new catigoriy where? You Admin Panel, the DAtabase itself, where?
Showing results 1 to 37 of 37

 


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

©2003 - 2009 DaniWeb® LLC