[PHP-DB] Imap-Connection fails, how do I have to define imap_open

2023-05-22 Thread Ruprecht Helms (privat)
Hi, I want to connect within a php-Script to my Imapserver at all-inkl. In my Thunderbird the account-settings are: Server: w017fd8a.kasserver.com Port: 993 Connecting-Way: SSL/TLS Authication-Method: normal Password this settings are function in the Thunderbird-Client. But in the

Re: [PHP-DB] MySQLnd support for ed25519

2021-09-08 Thread Ruprecht Helms
Hi Dimi, I think mysql 8 is the new version of mysql. I don't know if there a exists a stable release or only a beta. My thoughts are that the last php-version maybe can handle the mentioned authentication method or you have to try to compile the handling for the mysql-plugin in the

Re: [PHP-DB] MySQLnd support for ed25519

2021-09-07 Thread Ruprecht Helms
Hi Dimi, hi everyone, I don't know about this algorithm. On one running server and on my local linuxbox there is Mysql running. On another server the provider changed from mysql to mariadb. As reason for the change from mysql 5.7 to mariadb 10.5 the provider only told his customers that

[PHP-DB] problems with googlecalender event-insert

2015-08-14 Thread Ruprecht Helms
Hi I have some problems with the Oauth by inserting a testevent into my Google-Calender. I changed the script for reading from my calendar a little bit and was trying the insert. The old Google-login with email was disabled from Google some time ago and the only way to use the Api is via Oauth.

Re: [PHP-DB] SQL Injection

2015-05-15 Thread Ruprecht Helms
On 15.05.2015 07:21, Karl DeSaulniers wrote: On May 14, 2015, at 11:11 PM, Onatawahtaw onatawah...@yahoo.ca wrote: Hi Karl, If you look at the link you provided you'll notice that some of the code is for ASP.net and some is for PHP. I have looked in the link. Most problems by inject an

Re: RES: [PHP-DB] input field validation

2008-06-03 Thread Ruprecht Helms
Helms - Ruprecht Helms IT-Service Softwaredevelopment allow your worktools be individual Web: http://www.rheyn.de -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] problem in recorset that seems temporary

2008-01-25 Thread Ruprecht Helms
Hi, I have a problem that confuse me a little bit. When I want to delete a picture by giving the id-value in the URL I get the following error: Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /opt/lampp/htdocs/pferdeservice_karle/galerie_delete.php on

Re: [PHP-DB] Inserting databasecontent within the same form

2007-09-27 Thread Ruprecht Helms
id=plz name=plz onkeyup=load()/td /tr tr tdOrt/td tdINPUT type=text id=ort name=ort div id=ortOrt/div ... Regards, Ruprecht Helms Web: http://www.rheyn.de -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Inserting databasecontent within the same form

2007-09-26 Thread Ruprecht Helms
/tbody /table INPUT type=submit value=eintragen INPUT type=reset value=abbrechen /FORM /TD/tr /table table width=100%TRTDnbsp;/td/TR/table /td /tr /tbody /table /td td width=33%/td /tr tr tderstellt v.br Ruprecht Helms

[PHP-DB] Problems with ereg-Command

2007-09-06 Thread Ruprecht Helms
; } What is the code for the correct validating. Regards, Ruprecht Helms --- Ruprecht Helms IT-Service Softwaredevelopement Web: http://www.rheyn.de Mail: [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Problem with reading out value from urlline

2007-08-06 Thread Ruprecht Helms
and variables that schould be part of a mysqldatabase must be escaped by the mysql_real_escape_string-command. What is the right command to get the value from the browserline. Regards, Ruprecht -- Ruprecht Helms IT-Service

[PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Ruprecht Helms
that as seperate postings like other feeds do it also. Together with the xml-file I think that someone can give me support how to fix the problem so I can try to read the feed in RSSowl for testing. Regards, Ruprecht --- Ruprecht Helms IT-Service Softwaredevelopment

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Ruprecht Helms
Niel Archer wrote: Hi the first line is badly formed xml version=1.0 encoding=ISO-8859-1 Should be: ?xml version=1.0 encoding=ISO-8859-1 ? ok by beginning the php-code with ?php I fixed the problem. Unfortunately my RSSowl tell me that there must be other errors in the xml-formating.

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Ruprecht Helms
Niel Archer wrote: Hi ok by beginning the php-code with ?php I fixed the problem. Unfortunately my RSSowl tell me that there must be other errors in the xml-formating. And I don't got a detailed information what RSSowl dislike in the xml-file. Try opening it in a browser. Opera, for

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Ruprecht Helms
Hi Niel, firefox tells me that it dislike the closing xml-tag. In my quanta-editor it seems that can be difficulties with the tagend of the opening xml-line of the second position of the questionmark. Because you missed the space in front of it. You really need to find out more about

[PHP-DB] Problem with imagebuilding

2007-05-04 Thread Ruprecht Helms
the malefunction script. The file bild_komplettavatar.php contains an example with the correct output. Regards, Ruprecht --- Ruprecht Helms IT-Service Softwaredevelopment allow your worktools be individual Web: http://www.rheyn.de avatarbild.php

Re: [PHP-DB] Problems by transfer of arrayed formfield

2006-02-13 Thread Ruprecht Helms
with the foreach-loop Here the actually error: *Warning*: Invalid argument supplied for foreach() in */www/htdocs/scriptdirectory/form_test2.php* on line *11 Regards, Ruprecht Helms * -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Reset of checkboxstati

2006-02-13 Thread Ruprecht Helms
Hi, how can I reset the status of a checkbox. I want that no checkbox is selected on loading or reloading a form. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] handling of checkboxvalues

2006-02-12 Thread Ruprecht Helms
Luis Morales wrote: Well, you can do this... form name='my_form' method='post' action='form.php' ENCTYPE='multipart/form-data' input type='checkbox' name='user_loeschen[] value=?= $id ? id=?= $id? input type=submit name=submit value=send form /form Actually I have written this script to

[PHP-DB] Problems by transfer of arrayed formfield

2006-02-12 Thread Ruprecht Helms
Hi I have to scripts that should transfer values of a checkbox into another script that put them out. You see that the value of the checkbox is stored in a array-variable. By putting out the value of the arrayvariable there is no output. What can be wrong. Enclosed the two scripts. Regards,

Re: [PHP-DB] handling of checkboxvalues

2006-02-12 Thread Ruprecht Helms
Hi Luis, you can do this... form.php ? if($_POST['submit'] == 'send form'){ for($i=0;count($_POST['user_loeschen'])$i;$i++){ --- put here your sql statement to delete user --- ej... delete from users where id =

Re: [PHP-DB] Problems by transfer of arrayed formfield

2006-02-12 Thread Ruprecht Helms
Hi antispo, html head titleTest/title /head body ? for ($i=0;$i=5;$i++) { echo $aus_id[i]; //try echo $_POST['$aus_id][$i] } //$user_id = $aus_konto[kontoinp]; //echo input type='checkbox' name='aus_id[]' value='$user_id'; ? /form /html Ok I clickt

[PHP-DB] handling of checkboxvalues

2006-02-11 Thread Ruprecht Helms
Hi, I want to have a function that delete some customers. The customers will be selected by cklicking on in checkboxes. This is the line I codes the checkboxes: input type='checkbox' name='user_loeschen[] value=id id=.[User-ID]. How can I use the checkboxvariable within another script and

[PHP-DB] How to put content of databasefield into an array

2006-02-07 Thread Ruprecht Helms
Hi, how can I put the content of a databasefield into a array. I need this to put out a securetyimage for validation. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Problems in creating image

2006-02-05 Thread Ruprecht Helms
Hi, I want to insert a securityimage within a registrationform. Unfortunately the securityimage-scripts is putting out errors. Actualy I have the whole project that include also these scripts on my local host under /srv/www/htdocs/projectdir. What can be wrong because the script only says that

[PHP-DB] Scriptproblem

2006-01-24 Thread Ruprecht Helms
Hi, how can I display the stored data of an user as value in a formfield. Actualy the formfield vorname shows no entry and the formfield name shows .$row-Name. What is the correct syntax in this case. Regards, Ruprecht ? mysql_connect(localhost,user,password);

[PHP-DB] inserting due date into database

2006-01-04 Thread Ruprecht Helms
Hi, how can I calculate the due date from the date of an invoice and insert the result into a mysql-database. The daydifference is 14 days. Actualy I have tried something with mktimes, but I only get the timestamp of the due date. I have troubles to write that into a dabasefield that was set

Re: [PHP-DB] insert into mysql-db from csv-file

2005-01-18 Thread Ruprecht Helms
Hi John, I want to read a csv-file and import the datas into a mysql-db. How do I make this. A little scriptexaple in php would be helpfull. Why not just LOAD DATA INFILE from MySQL? No need to involve PHP at all, really... I think the command you also can write in the mysql_db_query-Command.

[PHP-DB] Import into mysql from csv-file

2005-01-17 Thread Ruprecht Helms
Hi, how do I import data stored in a csv-file (formated text) into a mysql_database. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PHP sitemap

2004-08-09 Thread Ruprecht Helms
to store the founded links for processing later. Regards, Ruprecht -- Ruprecht Helms IT-Service Softwareentwicklung Tel./Fax +49[0]7621 16 99 16 Web: htp://www.rheyn.de -- PHP Database Mailing List (http

Re: [PHP-DB] Re: Validate Value

2004-07-11 Thread Ruprecht Helms
Rinku wrote: Can you pls tell me how to add space in name ? by using nbsp; or by using the using the ascii-code of that combined with the char-command. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Reading information of german insurance-card

2004-07-09 Thread Ruprecht Helms
Hi, does someone have made expearances in reading informations from the german insurance-cards that are needed at dentists, hospital, medical doctors, ... How do I get the information stored on the card and how can I put the different information into database-fields. Regards, Ruprecht -- PHP

Re: [PHP-DB] Best table structure

2004-06-30 Thread Ruprecht Helms
Tom Chubb wrote: Please can someone let me know their opinion on the following: I have written some code for submitting a top 20 music chart online. I use the following to insert into mysql: your posting is offtopic - you can get more help by asking in the mysql-mailinglist. Regards, Ruprecht

Re: [PHP-DB] Image Resize

2004-06-29 Thread Ruprecht Helms
Kenny wrote: Hi All, Does anyone know if you can resize a tif image? I have created a photo gallery and the client want to be able to upload Jpeg and Tiff files, Unfortunately I have never worked with Tiff Here is my code for Jpg files, But tiff has me stumped tiff is not good graficformat. The

Re: [PHP-DB] Procedure for submitting an order via email

2004-05-02 Thread Ruprecht Helms
, that is stored in a databasetable, some formfields and the mailreceiver taken from another databasetable. Regards, Ruprecht Ruprecht Helms IT-Service Softwareentwicklung Tel./Fax +49[0]7621 16 99 16 Web: http://www.rheyn.de

[PHP-DB] Procedure for submitting an order via email

2004-05-01 Thread Ruprecht Helms
Hi, I'm looking for an simple example how to send an order (content of the basket) via email. Does someone have such a good ans simple example. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Problem with update-command

2004-04-22 Thread Ruprecht Helms
work. Regards, Ruprecht Ruprecht Helms IT-Service Softwareentwicklung Tel./Fax +49[0]7621 16 99 16 Web: http://www.rheyn.de email:[EMAIL PROTECTED] ? echo Artikelid ; echo $id; echo Chorid ; echo $chorid; echo

[PHP-DB] Problem with cookies

2004-02-16 Thread Ruprecht Helms
Hi, I've some trouble with the handling of cookies. At the command setcookie I get a warning that the header is already set. How can I fix the problem. Regards, Ruprecht Ruprecht Helms IT-Service Softwareentwicklung Tel

[PHP-DB] convert date in german format

2003-11-26 Thread Ruprecht Helms
Hi, how can I convert a date stored in a mysql-database for output in the german format (dd.mm.yy). I tried date (d.m.y,$row-from); but I still get the english-format stored in the database. The databasefield is type date. Regards, Ruprecht -- PHP Database Mailing List

[PHP-DB] OT] PHP-DEV tarball

2003-10-31 Thread Ruprecht Helms
Hi, does someone know where I can find a sourcetarball of the dev-package for php (4.33 and/or 4.2.3)? I need it for an php-extension. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Help with file upload

2003-10-16 Thread Ruprecht Helms
On Thu, 2003-10-16 at 07:14, John W. Holmes wrote: Bunmi Akinmboni wrote: Warning: move_uploaded_file(./ayservenet.jpg): failed to open stream: Permission denied in /home/ayserve/public_html/fu/fuprocess.php on line 6 PHP runs as the web server and it does not have permission to write

Re: [PHP-DB] Help with file upload

2003-10-16 Thread Ruprecht Helms
On Thu, 2003-10-16 at 09:58, Bunmi Akinmboni wrote: Thanks Neil. My ultimate aim to update my database with the details of the upload after it uploads successfully, but I need to solve this problem first. The folder already has permission 777. Dateiname:

[PHP-DB] Problem with uploadscript

2003-10-08 Thread Ruprecht Helms
Hi, I've problems with a http-uploadscript. When I run the htmlfile and the script replies an output of the filename but I can't find the file in the destinationdirectory. Why this can happen. Addes you can see the html-file and the script Regards, Ruprecht html head title/title meta

Re: [PHP-DB] Trouble with uploading a file via ftp_put

2003-10-06 Thread Ruprecht Helms
Hi, Let me get this straight: You're trying to transfer a file from a local PC (A) to a server (B). And your code is running on (B)? If so, then, (assuming you have things setup correctly, ie have an ftpserver running on (A)), you should be using ftp_get() or similar. If not, could

[PHP-DB] pathinformation from file-field

2003-10-06 Thread Ruprecht Helms
Hi, how can I get the pathinformation you can see in the file-field if you chose one file within a formular for transfer. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] pathinformation from file-field

2003-10-06 Thread Ruprecht Helms
On Mon, 2003-10-06 at 13:07, Jason Wong wrote: On Monday 06 October 2003 18:31, Ruprecht Helms wrote: how can I get the pathinformation you can see in the file-field if you chose one file within a formular for transfer. If you mean when you do an HTTP upload, then no, you cannot get

Re: [PHP-DB] Trouble with uploading a file via ftp_put

2003-10-06 Thread Ruprecht Helms
On Mon, 2003-10-06 at 13:05, Jason Wong wrote: Now I tried the method with move_uploaded (http-upload). This is the testscript ?php // upload.php: PHP File Upload im Safe Mode21.5.02/vo // (http-Protokoll und POST-Mechanismus) // Skript funktioniert auch im Safe

[PHP-DB] Trouble with uploading a file via ftp_put

2003-10-05 Thread Ruprecht Helms
Hi, by uploading a file via the ftp_put-command the upload is not done properly. Result is I have a file in the destinationdirectory but 0 bit in size, only the filename is transfered. How have I to write the script that the file I want upload should be uploaded within the correct size. The

Re: [PHP-DB] Trouble with uploading a file via ftp_put

2003-10-05 Thread Ruprecht Helms
On Sun, 2003-10-05 at 11:39, Jason Wong wrote: $upload=ftp_put($conn_id,$bild,$dstdir./.$bild,FTP_BINARY); [/code] 1) You've got your source-file and destination-file mixed up. 2) You've already chdir into 'html' so destination-file so be just '$bild' and not '$dstdir./.$bild'. Unless

[PHP-DB] RE: [PHP-INSTALL] Problem by running mysql-connection in php-script

2003-10-03 Thread Ruprecht Helms
On Thu, 2003-10-02 at 22:28, Michael Scappa wrote: Ruprecht, Make sure you have PHP pointing to the right location for the mysql.sock. locate mysql.sock. Sometimes its in the /tmp dir. If it is in another location you can point to it specifically when you call mysql_connect (refer to

Re: [PHP-DB] MySQL, PHP or ghost?

2003-08-27 Thread Ruprecht Helms
| +-+-+--+- you have chosen a wrong format. The format for year is . With string the field years don't know what to do. Regards, Ruprecht --- Ruprecht Helms IT-Service Softwareentwicklung Tel./Fax +49[0]7621 16 99 16 Homepage: http://www.rheyn.de

[PHP-DB] Imageresizing for giffiles

2003-08-27 Thread Ruprecht Helms
Hi, here I've an example for dynamicly resizing jpg-files. How can do this for gif-files? Regards, Ruprecht ? mysql_connect(localhost,root); $result=mysql_db_query(chorportal,SELECT * FROM dirigent WHERE ID='$chorid'); while ($row = mysql_fetch_object($result)) {

[PHP-DB] changing properties of an image dynamicly

2003-08-15 Thread Ruprecht Helms
Hi, how can I change the size-properties of an image that I take from a database dynamicly to a new format. The original picture can be different in size and should become a new fixed size. Also interessting for me is when I have s list of pictures with different original size and I will reduze

[PHP-DB] failure in Uploadfunction

2003-07-14 Thread Ruprecht Helms
Hi, I want to make a fileupload via php within a script that insert values into a database. By executing the script I get the error that ftp-put can function, because there is no correct login into the ftp-server (user and password is required). Replace the emailadress against the userpassword I

[PHP-DB] Problem with select-tag within a php-script

2003-07-02 Thread Ruprecht Helms
Hi, I've some trouble with a select-tag in a php-script. In a database should be written the ID of a table, the user could select the recordset by the Name. My problem is that the fieldentry of the selecttag is not transfered to the executionscript. The different Names within the recordset are

[PHP-DB] Problems with formvalues by using Suse 8.2

2003-06-19 Thread Ruprecht Helms
Hi, under using Suse 8.2 I've the problem that the values of formfields will be put out or worked withit within a phpscript. The testscript with phpinfo() is working fine. What have I to set (in the php.ini) that php is handling the formfieldvalues properly? Regards, Ruprecht -- PHP

[PHP-DB] actualy result of problem with formfieldvalues under Suse 8.2

2003-06-19 Thread Ruprecht Helms
Hi, in the meantime I set the value of register_globals = off the next to on. I get the same result. The following script I use for testing the formfieldvalues ? echo $begriff ? The value I take from a normal formfield by the default transfermethod. After switching to the php-script I get a

Re: [PHP-DB] actualy result of problem with formfieldvalues underSuse 8.2

2003-06-19 Thread Ruprecht Helms
On Thu, 2003-06-19 at 23:30, Thorsten Körner wrote: Hi Am Donnerstag, 19. Juni 2003 23:21 schrieb Ruprecht Helms: Hi, in the meantime I set the value of register_globals = off the next to on. I get the same result. The following script I use for testing the formfieldvalues

Re: [PHP-DB] mysql, php, mp3 - a variable problem

2003-06-07 Thread Ruprecht Helms
-- Ruprecht Helms IT-Service und Softwareentwicklung Tel./Fax +49[0]7621 16 99 16 email: [EMAIL PROTECTED] Homep.http://www.rheyn.de -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] - Shopping cart software

2003-05-30 Thread Ruprecht Helms
-- Ruprecht Helms IT-Service und Softwareentwicklung Tel./Fax +49[0]7621 16 99 16 email: [EMAIL PROTECTED] Homep.http://www.rheyn.de -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Printing from the browser

2003-03-07 Thread Ruprecht Helms
. What you can do is to combine the phpscript with the javascriptpart so ist must be able to print a dynamicly produced page on your jet printer. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage

Re: [PHP-DB] problem in PHP with ADODB connection, Microsoft JET

2003-02-19 Thread Ruprecht Helms
explicit: Syntax error in FROM clause please post the actual sql-query for correction. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED

RE: [PHP-DB] Erro na passagem de parametros

2003-02-17 Thread Ruprecht Helms
-configfiles or the php.ini. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED] -- -- PHP Database Mailing List

RE: [PHP-DB] Web Page Caching

2003-02-16 Thread Ruprecht Helms
are not cached in proxies and in browsercaches. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED] -- -- PHP Database

[PHP-DB] RE: [PHP-WIN] Confirmation e-mail

2003-02-09 Thread Ruprecht Helms
); } return $num; } Matt Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED] -- -- PHP Database Mailing

RE: [PHP-DB] Confirmation e-mail

2003-02-09 Thread Ruprecht Helms
generated is to presend the resultpage via a ssl-connection and without sending a mail or the mail must be protected. So a hacker can't sniff the password. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16

RE: [PHP-DB] Parsing html entities to javascript

2003-02-01 Thread Ruprecht Helms
Hi Edwin Boersma, possible this helps http://www.php.net/manual/en/function.urldecode.php Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED

[PHP-DB] Re: Problem in the returnvalue of a function

2003-01-21 Thread Ruprecht Helms
, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED] -- -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Problem in the returnvalue of a function

2003-01-20 Thread Ruprecht Helms
Hi, I have a problem in the response of a php-function. Here the query on the mysql-prompt. mysql select * from product_price where product_id=7 and from_price =5; +--++---++--+---

[PHP-DB] export 2 values for function

2003-01-19 Thread Ruprecht Helms
Hi, how have I to define the calling and a function to work with two values exported to a function that return one result. Concret I want to include a grouped-price-function in a shopping-application. The function to find the right price needs the product_id and the quantity. It returns the

RE: [PHP-DB] Outgoing mail problem.

2003-01-15 Thread Ruprecht Helms
-inject at the line of the sendmail-configuration. I have to say I've not tested the entry, because at moment I have no mailforms running in my local environment and no specific entry in my php.ini. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung

Re: [PHP-DB] Storing Radio Buttons Checkboxes in MySQL

2003-01-05 Thread Ruprecht Helms
. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED] -- -- PHP Database Mailing List (http://www.php.net

RE: [PHP-DB] Permission denied! !§$!§$

2002-12-16 Thread Ruprecht Helms
a Errorhandling-Command for output what the database dislike. If you are using mysql you do this with mysql_error(). I will remember you to control the connectline. User must exist and the position of user and host is important. Regards, Ruprecht -- Ruprecht Helms

RE: [PHP-DB] Variables de SESSION dentro de funciones PHP

2002-12-13 Thread Ruprecht Helms
Hi Francisco José Saiz netPerceptions, would you be so kind and repeat your mail in english. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL

[PHP-DB] Parserproblem by cascading outputscript

2002-12-05 Thread Ruprecht Helms
Hi, I've a parserproblem in the attached script. The script should produce dynamicly a diagramm of a familybuilding. In the part for the second generation I get a parsererror and I do not find what is the problem. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To

RE: [PHP-DB] Best reporting Tool

2002-11-14 Thread Ruprecht Helms
. But I have heard that php is able to use Oracle. The tools of Oracle are using Java and some of them base on jsp. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email

RE: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutoria

2002-11-07 Thread Ruprecht Helms
://www.mysql.com in English and http://www.mysql.de for German. Regards, Ruprecht -- Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax.: +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: [EMAIL PROTECTED

RE: [PHP-DB] Calendar

2002-10-17 Thread Ruprecht Helms
Hi! I would like this to run with a mySql database. use lycos and are looking for cst-calendar-1.2 Regards, Ruprecht Ruprecht Helms IT-Service und Softwareentwicklung Tel. / Fax+49[0]7621 16 99 16 email: [EMAIL

RE: [PHP-DB] possible Error in Querydefiniton

2002-10-07 Thread Ruprecht Helms
INTO buchung (Bezeichnung) VALUES ('b'))or die(Queryfehler); ? I always become the die-message. I'm using PHP Version 4.0.6 Regards, Ruprecht Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax: +49[0]7621 16 99 16 email

RE: [PHP-DB] possible Error in Querydefiniton

2002-10-07 Thread Ruprecht Helms
Hi John W. Holmes, Use mysql_error() in your die() message to find out what the problem was... ok, typemissmatch was the problem. Thank for the tip. Regards, Ruprecht Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax

[PHP-DB] possible Error in Querydefiniton

2002-10-06 Thread Ruprecht Helms
|| +-+--+--+-+-++-- By execution the script says that the query die. I don't know why. Ruprecht Helms IT-Service und Softwareentwicklung Tel/Fax

Re: [PHP-DB] a beginner

2002-08-27 Thread Ruprecht Helms
-- Ruprecht Helms - IT-Service Softwareentwicklung == E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 27-Aug-02 Time: 10:14:19 == Homepage: http://www.rheyn.de email

RE: [PHP-DB] verify text entry in a textarea doesn't work

2002-08-27 Thread Ruprecht Helms
(vertical size) it should be. Regards, Ruprecht -- Ruprecht Helms - IT-Service Softwareentwicklung == E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 27-Aug-02 Time: 18:15:14

RE: [PHP-DB] Mail Function

2002-08-27 Thread Ruprecht Helms
; mail($toaddress, $subject ,$content, $fromaddress); echo Your username and password has been mailed to you ; ? The returned mail can be a result of the missing part(s). Regards, Ruprecht -- Ruprecht Helms

RE: [PHP-DB] a beginner

2002-08-26 Thread Ruprecht Helms
. Regards, Ruprecht -- Ruprecht Helms - IT-Service Softwareentwicklung == E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 26-Aug-02 Time: 21:57:22

RE: [PHP-DB] how to insert radiobutton value into mysql database

2002-08-17 Thread Ruprecht Helms
. -- Ruprecht Helms - IT-Service Softwareentwicklung == E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 17-Aug-02 Time: 11:48:53 == Homepage: http://www.rheyn.de email

RE: [PHP-DB] phpmyadmin download

2002-07-06 Thread Ruprecht Helms
-- Ruprecht Helms - IT-Service Softwareentwicklung == E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 06-Jul-02 Time: 14:54:33 == Homepage: http

Re: [PHP-DB] Storing passwords in a database

2002-06-30 Thread Ruprecht Helms
sniffer. Regards, Ruprecht -- Ruprecht Helms - IT-Service, Internet, Softwareentwicklung == E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 30-Jun-02 Time: 23:14:12

RE: [PHP-DB] Re: Emulating HTTP File Uploads

2002-06-22 Thread Ruprecht Helms
methodhandling. Regards, Ruprecht -- Ruprecht Helms - IT-Service, Internet, Softwareentwicklung == E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 22-Jun-02 Time: 14:54:40

Re: [PHP-DB] HUGE problem here

2002-06-08 Thread Ruprecht Helms
and then $querey = DELETE FROM auth WHERE id = $recordid; Take care by deleting recordsets. Regards, Ruprecht -- E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 08-Jun-02 Time: 13:05:16 to be informed - http://www.rheyn.de - This message was sent by XFMail

RE: [PHP-DB] dynamic URL result in search?

2002-06-05 Thread Ruprecht Helms
a databaseconnection an an SELECT-Statement with WHERE-Clause to select the wanted book(s). Regards, Ruprecht -- E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 05-Jun-02 Time: 09:12:23 to be informed - http://www.rheyn.de - This message was sent by XFMail

RE: [PHP-DB] Images and MySQL - please help

2002-04-17 Thread Ruprecht Helms
: Ruprecht Helms [EMAIL PROTECTED] Date: 17-Apr-02 Time: 10:41:33 to be informed - http://www.rheyn.de - This message was sent by XFMail -- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] dates in MYSQL

2002-04-17 Thread Ruprecht Helms
date) Regards, Ruprecht -- E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 17-Apr-02 Time: 11:37:25 to be informed - http://www.rheyn.de - This message was sent by XFMail -- -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] Re: how to notify admin by e-mail only once if mysq

2002-04-14 Thread Ruprecht Helms
-- E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 14-Apr-02 Time: 23:21:26 to be informed - http://www.rheyn.de - This message was sent by XFMail -- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] how connect a remote data base MSAccess with PHP in

2002-04-10 Thread Ruprecht Helms
don't know exactly. Regards, Ruprecht -- E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 10-Apr-02 Time: 11:12:57 to be informed - http://www.rheyn.de - This message was sent by XFMail -- -- PHP Database Mailing List (http

RE: [PHP-DB] Content Management - best way to store data

2002-03-15 Thread Ruprecht Helms
and to place a button in xml is not so simple it seams to by you mean first. Regards, Ruprecht -- E-Mail: Ruprecht Helms [EMAIL PROTECTED] Date: 15-Mar-02 Time: 17:29:35 to be informed - http://www.rheyn.de - This message was sent by XFMail

[PHP-DB] Someone using the tool DeZign

2002-01-26 Thread Ruprecht Helms
Hi, does someone using DeZing as Tool for modelling databases? I have some trouble with the ImportER Access. Regards, Ruprecht -- 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] how to use MS Access file

2002-01-10 Thread Ruprecht Helms
At 17:25 10.01.02 +0600, Sergey wrote: How can read and put data into or out of file.mdb with sql query With ODBC. Have a look on http://www.unixodbc.org Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DB] onClick

2001-12-04 Thread Ruprecht Helms
Hi Jonathan Duncan, Is it possible to call a PHP function using the onclick parameter? If this should be a javascript-mouseevent you have to use onmouseup instead. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional