Oui, un peu.
In my "cgi-bin' folder (permissions: drwxr-xr-x), I have an .htaccess file (permissions: -rwxr-xr-x) which content is: Deny from all.
In this "cgi-bin' folder I uploaded all my PHPs Scripts and particularly the 'include' PHP File which contains the four required parameters ($host...
The SWF file runs on the client, right? OF COURSE!
Only PHP - which runs on the server - should be able to include the file with the db connection information. OF COURSE TOO!
And it is exactly what I've done.
Maybe I haven't described the structure very well.
Excuse me, but I am French and...
I want to thank you both for your answers.
Of course, a newbie like me is experiencing difficulties to set up the solution DRJ478 proposed.
Let me explain.
The path of my .swf is (fake sample paths):
http://www.mydomain.com/~mySUBdomain/myFile.swf
Until then, I have all my PHPs (and the...
I use a Flash File in connection with a MySQL DB via various PHP Scripts.
Everything runs fine.
My Scripts have an 'include' Function which use a PHP containing the Login Parameters to have access to the DB.
Safari (MacOS X) has an "Activity" Window in which are displayed all the PHP Paths in...
Hi KarveR !
THIS IS WONDERFUL, IT WORKS PERFECTLY !!!!
Many thanks you save me a lot of time as there is more than 2,000 entries to update !!!
I awarded you a Star.
Have a very nice and sunny day!
Best regards.
Contact: gm[at]germaris.com
My motto: "Simple is Best
Welcome to the Newbie's Club !!! ;-)
Yes, I think it is a good start, but hope somebody will help us to continue...
Thanks!
A+
Contact: gm[at]germaris.com
My motto: "Simple is Best
Sorry but, the query I refer to is not that simple.
My problem (already solved) was not to insert a new column but to MOVE an existing column from the end of the table right after the first column.
I am a newbie but at least I know how to insert a new column (or a new Field, if you prefer).
I...
I am a real beginner and I have a complex problem to solve.
First, I briefly explain the basics:
I manage the Directory of an Association of Former Students of French Military Prep Schools.
In my Database, each school has its own Table.
Inside each Table, a row contains no less than sixteen...
The syntax I used to move the column is:
ALTER TABLE table_name MODIFY COLUMN column_name INT AFTER the_other_column_name
...and guess what? It works!
:-)))
Contact: gm[at]germaris.com
My motto: "Simple is Best
Don't be paranoid brothers!!! ;-)))
I want to move the field only for comfort of use!
Say in PHPMyAdmin half of my table (which has sixteen Fields) is out of the screen and it's very boring to scroll horizontally to view the misplaced Field which is located at the end of the table (and on which...
Okay TowerBase, I'll start a new Thread. Seems logical...
LittleSmudge, your syntax was no less than PERFECT !!!
Many thanks to both of you.
See my new thread in a few minutes...
Best Regards.
Contact: gm[at]germaris.com
My motto: "Simple is Best
The following query worked perfectly and preserved the entire content of the column:
ALTER TABLE listaix MODIFY COLUMN region INT AFTER country
I confess I am a beginner and not very familiar with the MySQL Syntax.
In that moved column there are unnecessary '0' in many rows. I want to delete...
Thanks for the tip and the link!
I want to move the field only for comfort of use!
Say in PHPMyAdmin half of my table (which has sixteen Fields) is out of the screen and it's very boring to scroll horizontally to view the misplaced Field which is located at the end of the table.
Cheers!
Hi there!
I inserted a new field in my MySQL table and populated it by hand.
Now, I find it to be in the wrong place i.e. I want to move it from the end of the table to the center of the table just after a determined field.
How do I perform this task?
Many thanks in advance for your help!
Hi there!
I just inserted a new field in my MySQL table and populated it by hand.
I find it to be in the wrong place i.e. I want to move it from the end of the table to the center of the table just after a determined field.
How do I perform this task?
Many thanks in advance for your help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.