AllExperts > PHP3 
Search      
PHP3
Volunteer
Answers to thousands of questions
 Home · More PHP3 Questions · Question Library  · Free Encyclopedia ·
More PHP3 Answers
Question Library

Ask a question about PHP3
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
   

You are here:  Experts > Computing/Technology > Perl/PHP > PHP3

SubjectDate AskedExpert

Navigation links using PHP1/27/2007Marty Landman
  Q: I may not have explained my difficulty very well. I'm quite familiar with HTML and can construct ...
  A: Explaining the flow on the server may help you get an idea of what to do here. Server gets request ...
Navigation links using PHP1/26/2007Marty Landman
  Q: I'm building a new website and came across a tutorial by Craig Freshwater on how to include ...
  A: Myles, If you look at the illustration for this section of the article at ...
MS word to html rendering8/8/2006Draicone
  Q: I have a small site in which a few administrators, who do not know any html are to upload word ...
  A: What you need to do is upload a file to the site and move it to a directory on the server, or insert ...
PHP * returns rounded INT?7/30/2006Draicone
  Q: That is a solution to puting zeros on the end if the decimals were left in tact. allow me to re ...
  A: Well, I'm not sure what the problem is, I suggest you submit a support request at php.net as it ...
php question7/29/2006Marty Landman
  Q: I have a record of 720 numbers like for example 12.25, or -45.21, etc. (positive, negative or nul, ...
  A: Daniella, I think this is best approached in small parts. First, can you separate the data by 24 ...
php question7/29/2006Draicone
  Q: I have a record of 720 numbers like for example 12.25, or -45.21, etc. (positive, negative or nul, ...
  A: Depending on how your records are entered, it can be possible. For example, if you have an array for ...
PHP * returns rounded INT?7/28/2006Draicone
  Q: this code is returning a rounded int instead of the desired decimal form. Please help. $total_price ...
  A: There is in fact a way to add those 0s (the number is being rounded, so I assume these 0s are ...
reading/writing inside if/else statement7/12/2006Draicone
  Q: Actually... after hours of staring at something so apparently simple, I did two things; 1. I ...
  A: The space after the if should not matter - many actually do this as a matter of principle, as php ...
reading/writing inside if/else statement7/11/2006Draicone
  Q: I'm trying to write a simple toggle-state script that writes a 1 or 0 into a text file. A file named ...
  A: I really can't see what your problem is, actually. I made a minor un-cleanup of your code (less ...
Databinding with VBScript & PHP7/4/2006Draicone
  Q: Since you mentioned that this is an AJAX example, I've researched it a lot(e.g. ...
  A: Let me first apologise for my being totally incapable of using drop down boxes. When I first ...
Help with 3 major issues7/3/2006David Spector
  Q: I have been putting off asking these questions for a long time, I have 3 specific questions relating ...
  A: Joyel, Thank you for your questions. 1. PHP has two datatypes for numbers. Integers cannot have ...
help with 3 different issues7/3/2006Draicone
  Q: I have been putting off asking these questions for a long time, I have 3 specific questions relating ...
  A: 1. With regards to your first question, there is a way to restore the 0s. It's certainly not ...
Joyel7/3/2006Marty Landman
  Q: I have been putting off asking these questions for a long time, I have 3 specific questions relating ...
  A: Joyel, For your formatting problem, look at Example 8. sprintf(): formatting currency on this page: ...
Databinding with VBScript & PHP7/3/2006Draicone
  Q: Draicone, I am trying to set up a web site with PHP/MySQL services. I want to be able to perform ...
  A: There is an easy way to do this, however I don't know whether its possible in VBscript (VBscript is ...
Find IP7/3/2006Draicone
  Q: I would like to find a way to identify my friend's IP Address. I searched this on Google and found ...
  A: I wrote a simple script you can use. The script has a few things to change at the top, and otherwise ...
Multiple emailing in php7/1/2006Draicone
  Q: im one of Wtalk.org (GODs) and i've been using ur php mail bomber script. I just have a couple of ...
  A: Let me explain how to send multiple emails to the same message. The script is as follows: <?php // ...
Simplify SQL7/1/2006Draicone
  Q: I run an online game with a MySQL backend, and I'm constantly using the various mysql functions ...
  A: Looks like you're in luck Jacob. A while ago, someone had the genius to come up with a database ...
ISSET problem when passing GET variables..6/30/2006David Spector
  Q: Spector, I am having a little problem with my code My code is as follows filename: test.php ...
  A: Jimmy Page, Thank you for your question. In the line if (isset($_GET['íd'])) you have an accented ...
php installing & learning6/30/2006Lukas Neuburger
  Q: i have good knowledge of html and i need to continue my knowledege with php but i don't know a thing ...
  A: Please take a look at the following online resources. Online books for learning PHP: * A ...
GET and POST6/29/2006Draicone
  Q: Could you please explain to me the difference between GET and POST? It is mentioned to me but do not ...
  A: I'd be happy to explain these to you. GET and POST are both methods of handling variables that are ...
Sending email6/28/2006Draicone
  Q: Hey, I have to send my mails to customers as part of a mailing list. Can you teach me how? Thanks, ...
  A: I've come up with a simple script that you can use to send emails from php, seen below. What the ...
Redirect user but don't tell the user6/27/2006Draicone
  Q: I need to redirect visitors to my website, but I don't want them to realise they're being ...
  A: There is a simple solution to this. php has an inbuilt function called header() which you can use to ...
Overloading Operators in PHP (or atleast making it seem as such)6/27/2006David Spector
  Q: I am trying to figure out how to do the following: class yellow { $int d = array(); } then ...
  A: Daniel Gicklhorn , Thank you for your question. Your question is about declaring operator ...
Smileys on Forum6/27/2006Draicone
  Q: I want to be able to implement smileys on my forum script. I'm using php5.
  A: If you are using php 4 or 5, there is a simple function you can use to implement smileys on a forum. ...
Learning PHP from scratch.6/22/2006David Spector
  Q: I'm a partner in a graphic design company and have been thinking seriously of learning PHP. I do ...
  A: David, Thank you for your question. There are many tutorials for PHP and mySQL on the Web that are ...
PHP & MYSql6/21/2006Marty Landman
  Q: Thak you for your reply . OK kindly let me know how I can install it with APACHE ? I will install ...
  A: Go to http://httpd.apache.org/ and download the self-installing version. Suggest you get a 2.x ...
PHP & MYSql6/20/2006Marty Landman
  Q: I want to install mysql with php in my laptop ( AMD Turion processor , 512 MB ram + 60 GB HDD ) . I ...
  A: Viki, Installing PHP and Mysql on a Windows XP computer is not a problem in my experience. However ...
PHP & MYSql6/20/2006David Spector
  Q: I want to install mysql with php in my laptop ( AMD Turion processor , 512 MB ram + 60 GB HDD ) . I ...
  A: Viki, Thank you for your question. I am very sorry, but I don't recall how to install mySQL. It was ...
question6/16/2006David Spector
  Q: www.freelancebusinessman.com that is my site, with my experiences. So you know some background, the ...
  A: West Puryear (Joyel Puryear), Hi, again. I hope all is well with you. There are many content ...
questions6/16/2006Marty Landman
  Q: www.freelancebusinessman.com that is my site, with my experiences. So you know some background, the ...
  A: West, If you are offering domain based content management my own CMS SIMPL might work for your ...
entering lots of data via radio buttons/textboxes6/16/2006David Spector
  Q: David, Sorry if I mis-stated the problem, the database is set-up, the connections are in place, the ...
  A: Radio buttons are displayed using the "INPUT" HTML element. Put the INPUT tag inside a FORM element. ...
entering lots of data via radio buttons/textboxes6/16/2006David Spector
  Q: I'm trying to put together an attendance form for a php/mysql application. Basically, I want to use ...
  A: Perry, Thank you for your question. I suggest that you do some Web searches for programs that do ...
entering lots of data via radio buttons/textboxes6/16/2006Marty Landman
  Q: I'm trying to put together an attendance form for a php/mysql application. Basically, I want to use ...
  A: Perry, I would approach this as multiple screens. My database would have a table containing a list ...
Login issue6/12/2006David Spector
  Q: I understand, and Ive already started reading some tutorials on PHP. I would like to ask you ...
  A: I'm not sure I understand your question. If you are asking whether your problem can be solved, I'm ...
Creating login for entire site6/12/2006Marty Landman
  Q: Actually im doing trial-and-error on everything in my site. i will continue doing this until i feel ...
  A: I think maybe don't have links visible until the feature is ready - for example ...
Login issue6/12/2006David Spector
  Q: David Spector, Im trying to setup a website on my own eventhough my knowledge on web development is ...
  A: Alex, Thank you for your question. Essentially what you are asking is this: Given a set of ...
Creating login for entire site6/12/2006Marty Landman
  Q: Marty Landman, Im trying to setup a website on my own eventhough my knowledge on web development is ...
  A: Alex, I don't know of a set way to do that, it may involve custom programming. You can look at my ...
Apache problem6/9/2006David Spector
  Q: Ok thanks. anyway, if i can ask. i dont know where to download apache latest vertion. please help ...
  A: Generally, if you don't know what to do, do a Web search. One way to do this is to browse to ...
SMTP servers and redirect command.6/9/2006David Spector
  Q: waa david help! help me i cant do this. first lets start. my problem is about sleep. as you could ...
  A: PHPnoobz , Thank you for your question. The sleep function only causes a delay during execution of ...
SMTP servers and redirect command.6/7/2006David Spector
  Q: sorry if i ask that question. i know its out of your experties but the thing is i mean i need a ...
  A: PHPnoobz , Thank you for your questions. I doubt that there is any free webhosting service that ...

Page:   1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      All

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.