Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~17.8K People Reached
Favorite Tags
Member Avatar for David2012

Hi, I have a very simple question but one which creates a lot of bother!! In Notepad (and even notepad++) when I open an html file and after editing try to save it, it says..'the process cannot access the file because it is being used by another process' and follows …

Member Avatar for jlauer2003
1
545
Member Avatar for Tomashqooo

I have a little problem ... my menu.php does not work and i dunno why heres my index: <html> <?php function writeOut($pageName) { $buffer = fopen($pageName, r); $data = fread($buffer, filesize($pageName)); fclose($buffer); echo($data); } writeOut('head.html'); echo('<body><div id="top">'); writeOut('top.html'); echo('</div>'); /* in case of anomalies ob_start(); include 'menu.php'; $result = ob_get_clean(); …

Member Avatar for jkon
0
248
Member Avatar for David2012

Hello Everyone! A little help needed- I have a webpage that's like a long directory where you keep scrolling down and it has lines of links that obviously open up another page, although in the same window. Now the problem is that when one clicks the HOME link to go …

Member Avatar for JorgeM
0
126
Member Avatar for David2012

Hi Everyone! My question is on Pagination (as it is called). I have a php program that accesses a database and shows the result list with HTML. Well, if my result list is quite long how do i code so that only say 10 rows show per page. I know …

Member Avatar for urtrivedi
0
359
Member Avatar for David2012

Hi! Just wanted to know if there is any special syntax to get values in <option> with a space between words. For example: <form action="abc.php" method="post"> <select name="study_class"> <option value="Class 1">CLASS 1</option> <option value="Class 2">CLASS 2</option> </select> </form> Can php recognize "Class 1" or "Class 2" or will it recognize …

Member Avatar for David2012
0
194
Member Avatar for David2012

I would like to know how to avoid the OUTPUT of var_dump($abc); from showing in the output screen and instead use it to feed a variable. Well, I am trying to put the output of `<form><select name="study_Class"><option value="word1 (space) word2">word1 word2</option></form>` into php program as an array as shown below …

Member Avatar for David2012
0
261
Member Avatar for David2012

In an HTML form when I use a radio button how will the php program where the data goes to will know the correct option chosen? in HTML the script will be like: <form action='abc.php' method='post'> <LABLE>YES</LABLE> <input type='radio' name='agree'> <LABLE>NO</LABLE> <input type='radio' name='agree'> </form> Now since both options have …

Member Avatar for David2012
0
16K
Member Avatar for David2012

It's going to be a year since i booked my first domain name....and now I'm beginning to get ulcers. Bec the company that booked my domain name has changed ownership and will not take renewals. When I called on other hosting and registering companies to renew my website domain they …

Member Avatar for David2012
0
155
Member Avatar for David2012

I am trying out wordpress for a section of my website. It gives a tag line at the bottom "**Proudly Powered by Wordpress**" ..I want to remove it obviously. Can anyone guide me on this please.

Member Avatar for David2012
0
188
Member Avatar for David2012

Hi, If i want to create a user in MySQL only to allow the Php program file to access the database and show results in my website what priviliges should i give to the user. So that access to my database is never compromised if someone can get the password …

Member Avatar for David2012
0
173