[PHP] back-up mysql database using PHP

2007-11-07 Thread Vanessa Vega
hello thereis there a way to create a back-up database through PHP?...i would like to create a file maybe an sql file that would served as back up of my database. Im using mysql database. I know i could use phpmyadmin to do this but i just like to have a function that would do this without g

[PHP] export data of html table

2007-08-21 Thread Vanessa Vega
helloo.. i have a table generated using PHP & javascript...the data on that table came from a form where several data was inputted... I want to let them see a preview of the data they entered, so i put a link or button that when clicked, will display all the data in the table and they will als

[PHP] problem with require_once

2007-08-14 Thread Vanessa Vega
Good day to all... I would like to ask for some help.. I have a form created in javascript codes. The page is a pop up window. I am passing the values of the form using the method "post". The PHP file that handles the form displays the values from that and had the following code in the beginnin

Re: [PHP] checking if extension loaded

2007-07-22 Thread Vanessa Vega
The GD library was installed by the administrator, so nowthe function already works.:-) ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, July 18, 2007 4:37 am, Vanessa Vega wrote: >> I have a function that creat

[PHP] session_start(): Cannot send session cache limiter...

2007-07-20 Thread Vanessa Vega
Hello to all! I encountered this error when the site is uploaded on the server: session_start(): Cannot send session cache limiter - headers already sent I already put session_start() on topmost part of the file..but i saved the file as utf-8..and that seems to be the problem..can anyone s

[PHP] checking if extension loaded

2007-07-18 Thread Vanessa Vega
I have a function that creates a thumb file(thumbnail) and and an image file(preview pic) in php. It starts with: function ($picFile, $thumbFile, $imageFile) { if (extension_loaded('gd') { ..codes to create thumb and preview pic... else ..creating images failed } everytime i

Re: [PHP] Creating thumbnails

2007-07-16 Thread Vanessa Vega
size using javascript.anyway..ill check out the links u provided...thanks! "Stephen Edberg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 17 Jul 2007, Vanessa Vega wrote: > >> Good day to all! >> >> I would like to ask f

[PHP] Creating thumbnails

2007-07-16 Thread Vanessa Vega
Good day to all! I would like to ask for some help with creating automatically thumbnail pictures using PHP.. thanks in advance! vanessa vega -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP mail with attachment

2007-07-15 Thread Vanessa Vega
Hello to everyone!..I had problems with attaching a document to an email using PHP..can somebody share some ideas on how to properly do it? Thanks in advance! Vanessa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fopen - warnings

2001-07-26 Thread Vanessa
Hello List, this is probably a very stupid question, but I dont know how to solve this little problem: I have a script with which text files (exported access db data sheets) can be uploaded to the mysql tables. It all works fine, but very annoyingly I get warning messages, if the text file is not

Re: [PHP] Forum script

2001-06-21 Thread Vanessa
>Hi > >I personally like tForum, not as many features as ezboard >but it gets pretty close and no banners or popup windows (ugh!). >And you can pretty much design everything the way you want, >easy setup too. > >http://www.sitehelpers.com/ > > >Cheers, Nessi > > > >At 16:23 20/06/01 , you wrote:

Re: [PHP] MySQL Select

2001-05-23 Thread Vanessa
Hi This is what I always do... 1. for one row (saved in array $reihe)... $bla = "SELECT * FROM table WHERE id = '$something'''; // db is your database connection $test = mysql_query($bla, $db); // you dont have to use the if...i do that to check if anything was returned if ($r

[PHP] fput

2001-05-22 Thread Vanessa
Hi there, I am trying to upload a picture via ftp_put, but I keep getting the error message: Warning: ftp_put: url/image.jpg: No such file or directory. in /web/www/www.domain.com/upload.php on line xxx Does that mean I can only use the php locally where the file is? The php file is on one se