No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Re: i'm having the same issues T^T can somebody tell me how to run mysql_fix_privilege_tables? where can i find the script? | |
I don't know what's the problem with this code. I've tried it on chrome and it worked. but in IE it isn't Jquery code [CODE]$().ready(function() { $("#loc").autocomplete("database.php", { width: 260, selectFirst: false }); });[/CODE] HTML code [CODE]<label>Location</label> <input type="text" id="loc" /> <h3>Result:</h3> <ol id="result" style="border:1px solid red;"></ol>[/CODE] PHP code [CODE]$term … | |
Is Multiple download files possible using PHP? We did find a code for single download. but we need it for multiple download. can anybody help me? Thank you! :) | |
is it possible to create an index using substr ? say for example i have a field called num which has char(8) as its datatype and length. an example of num's value would be something like 09092010 now what i want is to create an index using the last 4 … | |
is it possible to force or trigger a keypress on mouse click? what i want to do is mimic the arrow up and down keys when i click on a button. is that possible using javascript? thank you. ![]() | |
Hi, i have this HTML page that contains an image, some text, and a save button. Now what I want is, when i click on the save button, the image on my site, and all the text will be saved as a PDF file. is that possible using PHP? | |
I have this php page that displays all the record from the database. now, I want them to look something like this.. 1. result A 2. result B 3. result C There's a lot of records in my database, so it has several pages.(each page displays 20 records) now if … | |
Re: you could try using sessions? so there would be no need to disable the back button. i don't really know how to disable it sorry. | |
These are the steps in registering a new user. 1. A new user is registered (provide name, address, email etc.) 2. An email is sent to the email he/she provided, which contains his login information. the problem now is the emial code. I've never done this before so I don't … ![]() | |
Hi, I have page that allows the user to search using a "date range" AND "location". I'm able to do this individually. Its like, if the user searches using the date range (from begin date to end date) the results show. Then if the user searches using a specific location … | |
Re: it would be better to check 1st if the file is in the directory ^^ i got this from the php manual :) hope it helps you as well <?php if(file_exists($file)) unlink($file); ?> | |
does anybody know how to do PAGING using PHP inside a table. you see, my page is divided into 2 (i used tables) the left side views the profile of a PATIENT(name,address...etc.) while on the right side of the table are dates when the patient received his/her check-up. Now, i … | |
I have checkboxes in my HTML form and i want to delete several records from my database using those checkboxes. I'm quite new to php so I have a dificulty in manipulating the checkboxes. so can anyone help me? thank you! Example.... I have 5 records and i want to … |
The End.