[PHP-DB] php and WAP?

2001-09-19 Thread Andrius Jakutis
Hello, I have web site, based on PHP+MYSQL. What is the best (ofcouse and profesional) way to have the same site on WAP also? 1. Do I need to rewrite all PHP files in to wap language? 2. DO I have to do this manualy, or there is some utility, which converts automatically (profesionally)? (give

[PHP-DB] Re: php and WAP?

2001-09-19 Thread Andrius Jakutis
Maybe I need on-line gateway service that converts WML written pages for delivery to wireless devices??? Where could I get it for free? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DB] php + MYSQL based banner exchange system

2001-09-18 Thread Andrius Jakutis
Hello all, I need your recomendations, where to download from a good (profesional - many options) banner exchange system (subj.). I need it for free (I understand that not everything what is free is also good :) ). Any ideas? Sorry, if my message is offtopic. Sincerely, Andrius -- PHP

[PHP-DB] mail ()

2001-09-16 Thread Andrius Jakutis
Hello, How to make field required? Using mail () Thanks. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] order by question

2001-09-11 Thread Andrius Jakutis
Ok, here is the question: I write to order by date Order by date. So, it output's something like this: 2001 08 01 2001 08 02 2001 08 03 What if I want to order by date, but not from the older to newest, but from newest to older ? The same is with numbers - priority I use order by priority.

[PHP-DB] best solution with db..?

2001-09-05 Thread Andrius Jakutis
Hello, I am newbie, so, please give me advice. Ok, I have PHP webpage, where I give information from MYSQL database (Info in english). I'd like to have website in german. Should I recreate (double) tables (those, where is text which is needed to be translated), or there is some clever solution?

[PHP-DB] simple form submitting script

2001-09-02 Thread Andrius Jakutis
Hello, Can somebody send me simple form submitting (sending to email) php script? It would be nice with some example, how to create entered information checking, but basic script is good too. Thanks. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-DB] resizing image with php - what is the quality?

2001-08-31 Thread Andrius Jakutis
Hello, Again question about resizing image with PHP. What is the quality of the image after this process? I am about standart GIF or JPG image. Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DB] example of making Next 10 entries - previous ..

2001-08-29 Thread Andrius Jakutis
Hello, I need example of making simple thing: to list only 10 entries per page, and next 10 is shown after next page button is clicked. Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DB] go to another URL

2001-08-26 Thread Andrius Jakutis
Hello, What is the command in PHP coding, to order go to another URL? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] can you help to beginner?

2001-08-23 Thread Andrius Jakutis
Hello All, Maybe you can help me, becouse I was searching for various documentations, and it seems too difucult for me, becouse everything is so crowded. I need to built small html file, where I could get listed companies. I have two tables in my MYSQL database, companies and services. Company

[PHP-DB] listing

2001-08-23 Thread Andrius Jakutis
/table loop ends THanks. -- Su pagarba, Andrius Jakutis InternetMedia http://www.internetmedia.lt GSM: 370 82 31332 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DB] listing

2001-08-23 Thread Andrius Jakutis
put your entry information ? /td /tr /table ? } ? Andrius Jakutis wrote: Hello again, Is there oportunity to write this: some php command to loop entries, the way is written bellow HTML php coding.+ MYSQL - 1 entries information end of loop Something like that: h

Re: [PHP-DB] listing

2001-08-23 Thread Andrius Jakutis
Communications, Inc. IT Sr. Project Manager (972) 478-3398 (972) 944-0542 (pager) There is no trying... There is only Do or Not Do -Original Message- From: Andrius Jakutis [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 11:22 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB

[PHP-DB] show only some entries

2001-08-15 Thread Andrius Jakutis
Hello, I am just starting learning pHp, so, sorry for stupid questions. 1. How to make, that I could get output of only those entries, which name(field) is John. 2. How to make, that only 10 entries with John would be shown in the same page, and others would be on next page and so on. Thank

[PHP-DB] list entries alphabetically

2001-08-15 Thread Andrius Jakutis
Hello again, How to list entries alphabeticall way? Using MYSQL. Thanks