Programming and coding
Search Only:

Search Keyword how display images horizontally from database using php

Total: 40 results found.

Page 1 of 2
... into sql~What I have to do is to write a program that retrive the data of the lines which falls within the square from sql using PHP. Please help me and show me example if possible~ thank you very much~ Dear ...
...  Can someone tell me how to do this? Thanks. Hi, I have a very specific problem. I want to create an XML output from MySql using PHP (Without using DOMXML) The table ...
does anyone know how to retrieve values from database and put into the dropdown list? i need to retrieve information from one table and put into a dropdown list. can anyone help me ? thanks ...
hi, i am using this free php image gallery system called picKLE (URL) (weird name) on my site. it is really simple to use. however it lacks a very important feature. it doesnt have any option ...
Hi, I have been trying to create a form that will run a query on my MySQL database using php. I wanted the form to appear on every page but couldnt work out how to do this using MS shared-borders. ...
HI all, I am a beginner in php and having problem in getting the single record from database to my home page. There are four tables in the database 1) login 2) pages 3) profiles ...
Using php, does anyone know how to display the top ten Google searches for specified keywords as links to perform those searches? Using php, does anyone know how to display the ...
Its a stupid question for those abreast in php, but for someone trying to learn how to do more than copying and pasting scripts, its one of the first questions. Consider this a little How-to lesson ...
... (Primary key) (Auto-Increment), firstname, surname, username, password. Ok I what need to know is how I would be able to insert the data typed into the text boxes into my database using PHP, with ...
hai everyone .... how to make a hyperlink <a href> on a retrieving data from sql server using php? will be much appreciated for the reply..^^ thank you.. hai ...
... just wondering how i would grab them from a database and then include them where there supposed to be? My current system is this; Grabbing from database; PHP Code:  $blockleft=mysql_fetch_assoc(mysql_query(select * from blocks where `used` = 1 and `left` = 1));  ...
...  LIMIT 25 ; ?> This code doesnt cause any errors, but it also doesnt show any output. Adding <?php echo $sql ?> shows the query, but not the output. I am thinking that I might need ...
How can I pass a value from Javascript to PHP ex.: PHP Code: <?php $xxx = xxx; ?> <table>     <tr id=<?php  $xxx; ?> >  ...
how can I get inputted values from textbox using PHP? how can I get inputted values from textbox using PHP?  ...
I have a table EMPLOYMENT( id int not null auto_increment, start date, end date, title varchar(20), primary key (id)); Im trying to insert using php and form: PHP Code:  $sql = UPDATE employment SET start=$start, end=$end, title=$title where id=$id ;  ...
Hi..... anyone know how to generate pdf file using php.. As far as i known there are 2 ways to do that. 1) Using PDF library 2) Using header that will send application type as pdf ...
Hello, Im trying to insert data into a MySQL database using PHP. The database has 3 columns: "id", "url" and "stats". The id column is setup for auto_increment. ...
How to find out Db name using php script How to find out Db name using php script  ...
I am trying to set up a PHP page to dial my modem. Any ideas how to communicate with a modem using PHP? I am trying to set up a PHP page to dial my modem. Any ideas how to communicate ...
How can I display images from my mySQL DB using the following echo code. echo <td>; echo "<img src="what should I be placing here" width="100" height="120" ...
<< Start < Prev 1 2 Next > End >>