[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