Search Results

Showing results 1 to 40 of 43
Search took 0.01 seconds.
Search: Posts Made By: mikeandike22 ; Forum: PHP and child forums
Forum: PHP Mar 16th, 2008
Replies: 3
Views: 1,110
Posted By mikeandike22
Ok So I got it to Insert the data in the table but im havin a problem I want to check if the user entered something other than 00 or 30 for their appointment time but right now It isnt working it...
Forum: PHP Mar 16th, 2008
Replies: 3
Views: 1,110
Posted By mikeandike22
Ok I wrote it like this for the code using sql..im not so great with PHP so maybe you could lend me a hand on getting this fixed..at the moment it doesnt do anything.

<?php
...
Forum: PHP Mar 14th, 2008
Replies: 3
Views: 1,110
Posted By mikeandike22
Ok So right now I am using a script called MicroCalendar to setup a client calendar where A client can add an appointment to it but I need to put something into place that makes sure that they cannot...
Forum: PHP Mar 6th, 2008
Replies: 4
Views: 947
Posted By mikeandike22
That code worked perfectly thanks fert.
Forum: PHP Mar 6th, 2008
Replies: 4
Views: 947
Posted By mikeandike22
It appears that mail is enabled from what I can tell because the phpinfo lists send_mail and smtp info. I havent tried out the code yet but I will soon.
Forum: PHP Mar 5th, 2008
Replies: 4
Views: 947
Posted By mikeandike22
Hello Im looking for a real simple way, if possible with no databases involved, to send an email to a hosting account on godaddy. I believe they use smtp.secureserver.net for the smtp server. I have...
Forum: PHP Dec 4th, 2006
Replies: 4
Views: 1,447
Posted By mikeandike22
You might actually have to post the script or at least part of the script. and from what I can gather from your post the username and password isnt being stored when you go onto other pages or...
Forum: PHP Jul 28th, 2006
Replies: 10
Views: 3,062
Posted By mikeandike22
oh yea I thought you meant locally run the script but yea that should work
Forum: PHP Jul 28th, 2006
Replies: 10
Views: 3,062
Posted By mikeandike22
well I figured your school comp has windows on it and if your running a local script to fetch a file with a certain file extension it will still stop that file from being transfered to the script. Im...
Forum: PHP Jul 27th, 2006
Replies: 10
Views: 3,062
Posted By mikeandike22
even if you could it when php finds the files and downloads it windows will recognize it as w/e and not let you do it. You could just do like a save as like .txt open it with notepad and then save it...
Forum: PHP Jul 26th, 2006
Replies: 11
Views: 30,164
Posted By mikeandike22
there is WAMP server or XAMPP server which will configure php, apache, and mysql for you
Forum: PHP Jul 26th, 2006
Replies: 3
Views: 2,039
Posted By mikeandike22
thank you, unfortunately yea I am on windows at work so chmod wont work but no big deal.
Forum: PHP Jul 26th, 2006
Replies: 9
Views: 6,218
Posted By mikeandike22
PHP does always run in the background it is server side scripting. something like javascript which is client side would run in the foreground.
Forum: PHP Jul 26th, 2006
Replies: 3
Views: 2,039
Posted By mikeandike22
I need to open an xml file and allow people to add entries to the file. So i need to open it with read and write access be able to insert an entry and then close it with read only access so another...
Forum: PHP Jul 25th, 2006
Replies: 6
Views: 2,539
Posted By mikeandike22
GET is more used if you are getting information from a url or something like something like
http://www.somesite.com/script.php?image=3

then you could use like
$image = $_GET['image'];

and...
Forum: PHP Jul 25th, 2006
Replies: 6
Views: 2,539
Posted By mikeandike22
well im not sure about the mysql part because I just use WAMP server which sets it all up for you.
But for the form I can see what is wrong you need to set a form method and a form action so here...
Forum: PHP Jul 21st, 2006
Replies: 2
Views: 1,903
Posted By mikeandike22
yea it was a lot simpler than that code made it out to be you just have to use the simplexml_load_file() command the problem i was having was i edited the xml and php so many times i lost track of...
Forum: PHP Jul 16th, 2006
Replies: 2
Views: 1,903
Posted By mikeandike22
ok so i built a simple playlist type thing where the user can click a link and then the player will play that song. Now i would like for the page to get info from an xml file and then display a short...
Forum: PHP Jul 16th, 2006
Replies: 0
Code Snippet: Simple Playlist
Views: 3,820
Posted By mikeandike22
So im new to the PHP world because I have to learn it for work. So one of my clients is a musician and wanted a music player so I made a simple way the user could click a link and load a song.


...
Forum: PHP Jul 14th, 2006
Replies: 5
Views: 8,036
Posted By mikeandike22
yea it had something to do with my php setup so i reinstalled WAMP and just added in my backup files so pretty much i just replaced php and its extensions.
Forum: PHP Jul 13th, 2006
Replies: 5
Views: 8,036
Posted By mikeandike22
I have seen a couple solutions to this problem but none have worked so far.

here is the error.
Fatal error: Call to undefined function mysql_connect() in C:\wamp\www\login.php on line 12

and...
Forum: PHP Jul 13th, 2006
Replies: 4
Views: 2,354
Posted By mikeandike22
thanks I will test it out as soon as i get onto my home comp.
Forum: PHP Jul 12th, 2006
Replies: 4
Views: 2,354
Posted By mikeandike22
ok it works now, thanks. Now i need help with something else if ne1 knows how you solve a "Warning: Cannot modify header information - headers already sent by (output started at...
Forum: PHP Jul 12th, 2006
Replies: 4
Views: 2,354
Posted By mikeandike22
Here im working on this code and I cat quite get it to work I want it to take the entries from a form, check to see that they meet the criteria (pass must be 6 chars, must be 13 or older) and then...
Forum: PHP Jul 10th, 2006
Replies: 2
Views: 1,833
Posted By mikeandike22
I fixed the problem here is the updated code if you would like to compare

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>...
Forum: PHP Jul 10th, 2006
Replies: 2
Views: 1,833
Posted By mikeandike22
ok im new to PHP and sortof need to learn the basics for my job and i got the oreily PHP 5 book and in some of the examples i keep getting a parse error. here is an example <!DOCTYPE HTML PUBLIC...
Forum: PHP Jul 2nd, 2006
Replies: 2
Views: 738
Posted By mikeandike22
oh I found out the problem wasnt with the code but most likely with my php and apache set up. I just need to configure it right and it should work
Forum: PHP Jul 2nd, 2006
Replies: 2
Views: 738
Posted By mikeandike22
im trying to creat an email form with php here is wat I have and it isnt working
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: PHP Dec 24th, 2004
Replies: 11
Views: 81,223
Posted By mikeandike22
Use php5 since it is the latest version. and on the php website they should tell you how to install it for your website.
Forum: PHP Dec 8th, 2004
Replies: 7
Views: 2,018
Posted By mikeandike22
serfurj what are you talking about that is totally irrelevant
Forum: PHP Dec 7th, 2004
Replies: 7
Views: 2,018
Posted By mikeandike22
I think you should post in the programming section designated for php coding you would probably get more hits. It is in the forum index underneath scripting languages.
Forum: PHP Oct 6th, 2004
Replies: 7
Views: 6,396
Posted By mikeandike22
oh yeah one of those google ad sense things above just reminded me that another good program to get is phpmyadmin.
Forum: PHP Sep 28th, 2004
Replies: 7
Views: 6,396
Posted By mikeandike22
ok each one of those things are available on there main site to download and install in unix OSes. So once you downloaded and installed them you don't have to do anything to the mysql(you should have...
Forum: PHP Sep 20th, 2004
Replies: 4
Views: 7,414
Posted By mikeandike22
pretty good tutorial for people to learn php if they have no scripting experience.
Forum: PHP Sep 8th, 2004
Replies: 4
Views: 2,155
Posted By mikeandike22
thanks for your help
Forum: PHP Sep 8th, 2004
Replies: 4
Views: 2,155
Posted By mikeandike22
never mind i dont need help with the php part i just neede to get mysql and svoi.net php edit worked fine. I still need a good one for java.
Forum: PHP Sep 8th, 2004
Replies: 4
Views: 2,155
Posted By mikeandike22
i dont have a server and dont want to set one up becuase apache never works for me but i would like to test my php scripts so is there like a way of using an ide for php i also need one for java.
Forum: PHP Sep 6th, 2004
Replies: 14
Views: 4,482
Posted By mikeandike22
Well you will probably want to change the dynamic setup (i.e pages people interact with and the part that php is used for) of your site so learning php would not be a bad idea. But im pretty sure the...
Forum: PHP Sep 2nd, 2004
Replies: 8
Views: 17,983
Posted By mikeandike22
oops i forgot could you try and spread the word around this goes for anybody who sees this post. A forum is nothing without members and if you have specific field that you are good at i will make you...
Forum: PHP Sep 2nd, 2004
Replies: 8
Views: 17,983
Posted By mikeandike22
never mind before i could not figure out how to config because I could not see the admincontrols link at the bottom. Well here is my very crude forum willpull.remnetworks.com/phpbb
Showing results 1 to 40 of 43

 


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

©2003 - 2009 DaniWeb® LLC