First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
calling a page for each row
We need to load a page which performs some tasks specific to each record, including writing some results to another table. I have tried to place a page loading script within the while loop that creates the table, but it seems to only load the page on the last record in the table. Is there a better way to do... 15 Jul 2010 23:06
Broken query
I am trying to write a query to select a trivia question, but I don't want the trivia question category to be the same two days in a row so I added a second "SELECT" syntax to find out what category was used yesterday. This works when I test it "live", but doesn't work when it is part of a cron job. How do I ge... 11 Jul 2010 10:30
imagettftext
Is there a way to get the width and height of text created with imagettftext? Karl DeSaulniers Design Drumm http://designdrumm.com ... 11 Jul 2010 18:12
Image linking help in PHP
Hi All, I have a database of MP3 and I want to link the download tab with an image so that when user clicks on the image the download should start. I have full path of MP3 in my database, I just want to link the same image with every song. I don't want to upload the image to mysql database. I hope I am clear wit... 4 Jul 2010 16:40
Need help with HTML form errors
Hi All, I have this php form that I have inserted in the result page. ************************************************************************************************ <form action="index.php" method="post"> <table class="bd" border="0" cellspacing="1" cellpadding="4"> <tr> <td><b></b>&nbsp;&nbsp;&nbsp;&nbsp;&... 5 Jul 2010 16:41
Need Help in Mysql database
Hi All, I have a huge set of MP3 database. My problem is that when I try to search in my database its getting very slow. I was wondering if I split that database into 2 or more tables. Will this improve the speed of searching? Is it the best solution for my problem or is their any other solution? Best, Guru. ... 30 Jun 2010 14:16
pear template revoke problem
Hello,the phpers.i'm recently learn to use the pear HTML_Template_IT, The following is my test template test.tpl,the source code is : <html> <table> <!-- BEGIN CELL --> <tr> <td> {DATA} </td> <!-- END CELL --> </tr> </table> </html> And my php revoke source code is : <?php require_once... 29 Jun 2010 05:18
PHP ERP Applications Need Suggestions????
*Hello everyone,* *I just want to develop a big ERP applications.Can anyone tell me which framework will be better for ERP (HR,Finance,Inventory,Production,Administration etc etc) means CakePHP,Codeigniter and also database PostgreSql or Mysql or shall i go with Core PHP????? Thanks in advance Kindly do the... 28 Jun 2010 09:31
Need Help in setting up a server
Hi All, I need help in setting up a home server. I know the subject line looks like an off topic but trust me its not. What I want is to set up a WAMP server over the intranet. I have a laptop and 2 desktop. I want to set up a desktop like a wamp server locally so that I can able to use or able to work from my o... 30 Jun 2010 09:47
UPSERT MYSQl
Hola, alguien sabe como hacer UPSERT en mysql? la logica para insertar un registro pero is 2 campos de ese nuevo registro son iguales, actualizar el campo 3. Ejemplo Tabla ejemplo id PK - ANIMAL -COLOR -PRECIO 01- OSO - AZUL - $5000 INSERT INTO ejemplo (animal, color, precio) VALUES ('OSO', 'AZUL', '... 21 Jun 2010 13:35
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13