Re: [PHP-DB] Stuck trying to upload and grab file name

2012-07-24 Thread Roberto Carlos Garcia Luis
You need to use te tmp_name ... The plain text file is in path indicated by The string... Regards, El martes, 24 de julio de 2012, Brad escribió: > I am making a function that uploads a txt file in csv format and the grabs > uploaded file name and the memberID from the sessions login and names t

Re: [PHP-DB] Stuck trying to upload and grab file name

2012-07-24 Thread Roberto Carlos Garcia Luis
Pelase, print The SQL var and show here The result. El martes, 24 de julio de 2012, Roberto Carlos Garcia Luis escribió: > You need to use te tmp_name ... The plain text file is in path indicated > by The string... > > Regards, > > El martes, 24 de julio de 2012, Brad escribi

Re: [PHP-DB] Stuck trying to upload and grab file name

2012-07-24 Thread Roberto Carlos Garcia Luis
just gibberish. I ‘truly’ do not want that as the table > name. > > ** ** > > ** ** > > ** ** > > ** ** > > *From:* Roberto Carlos Garcia Luis > [mailto:legnakar...@gmail.com 'legnakar...@gmail.com');>] > > *Sent:* Tuesday, July 24, 2012 4:26

Re: [PHP-DB] Stuck trying to upload and grab file name

2012-07-24 Thread Roberto Carlos Garcia Luis
gt; ?> > > ** ** > > ** ** > > array(1) { ["file"]=> array(5) { ["name"]=> string(14) "emailsTest.txt" > ["type"]=> string(10) "text/plain" ["tmp_name"]=> string(14) > "/tmp/phpq8pi44" [&q

Re: [PHP-DB] Stuck trying to upload and grab file name

2012-07-25 Thread Roberto Carlos Garcia Luis
The table ñame need The ñame var not tmp_name tmp_name contains / bar El miércoles, 25 de julio de 2012, Brad escribió: > Switching it to -> ALTER TABLE `{$memberID}` ADD {$tmp_name} VARCHAR(60); > produces the same error. > For the record $tmp_name is just gibberish and should not be the final

Re: [PHP-DB] Can connect to Mysql via command line but not via browser

2020-10-12 Thread Roberto Carlos Garcia Luis
Please try with this answer... https://stackoverflow.com/questions/41178774/connect-database-error-type-2002-permission-denied El jue., 3 sept. 2020 a las 17:23, Tai Larson () escribió: > The are connected to the same network. I’m setting up a development > environment. > > From: Aziz Saleh >