473,537 Members | 2,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

0
19,846
thread by: madeo | last post Jul 16 '05 by: madeo
hi, i'm looking for some script which would export address labels from a mysql db to pdf ... There's an exapmle, but i'm not able to convert it for using with mysql ... can anybody help? THX a lot Martin :)
0
2,933
thread by: david | last post Jul 16 '05 by: david
I was trying to use the ftp_put command. It worked for the files in the same directory as my php file, but if I try to fetch a file somewhere else on the server with the following syntax for the source file it doesn't work. "\\server\directory_path\filename" also it didn't work with "//server/directory_path/filename"
0
1,593
thread by: Neal | last post Jul 16 '05 by: Neal
Using the GD library, I'm having a bit of difficulty getting imagecolorallocate() to work as I would expect it to. Using a call of $color = imagecolorallocate ($image, 255, 0, 0); (after loading with $image = imagecreatefromjpeg( $filename );), I would expect a call to imageline() using $color to draw a red line. Under GD 2.0.12 this...
0
1,619
thread by: Wm | last post Jul 16 '05 by: Wm
I have a forum that has registrations dates that were recovered from a previous bulletin board system. All the dates reverted/changed to 2000 rather than the correct 2001-2002. When I look in mySQL I see the dates in a format like "953024461". Since it's not a format I recognize, I don't know how I can go in and edit the dates to 2002. What...
0
1,548
thread by: J Sharman | last post Jul 16 '05 by: J Sharman
I am looking for a simple script will take an xml feed from a URL, then upload the information to mysql database. Any ideas Please reply to group and joe@joesharman.co.uk Regards
0
2,414
thread by: | last post Jul 16 '05 by:
Hi, I am trying to allow my Intranet users to upload their Microsoft Office Documents and then have them viewed as .html files. So far, through COM i am able to get WORD documents to convert via this method function method_convert_word (){
0
2,177
thread by: laura | last post Jul 16 '05 by: laura
newbie... expath vs libxml2... libxml2 is an implementation of dom expath is a sax parser both comes with php installation (ie 4.3) both need to have php recompiled:
0
1,877
thread by: John Beardsworth | last post Jul 16 '05 by: John Beardsworth
Hi I'm customising phpNuke as an intranet application. The client would like the option of letting users post news stories without administrators' approval, so I've added a function to the theme. It just inserts into nuke_stories the contents of nuke_queue, then empties the latter. I know it's rough and ready. Are there any database...
0
2,443
thread by: Nisha_tm | last post Jul 16 '05 by: Nisha_tm
Hello: I have a form in which I have checkboxes. Right now, I wrote the form's html and the php4 script. I use associative arrays in the form to capture the checkboxes that are checked. My html form puts the data in $info if the check box is checked. Part of my php4 script is as follows:
0
2,154
thread by: fartsniff | last post Jul 16 '05 by: fartsniff
hey all, i am currently using a search engine on my site that compares values stored in the meta tags with what the user types in. any matches return the "title" of the page, a thumbnail and a link. all is working great. however, i find myself adding all sorts of variations, i.e. gift, gifts. i am starting to store both the soundex and...
0
2,137
thread by: Michael Andersson | last post Jul 16 '05 by: Michael Andersson
Hi! When using imap_open to connect to a imap server using ssl, can I pass the username and password as plain strings or do they need to be encrypted? Best regards, /Michael
0
1,470
thread by: AK | last post Jul 16 '05 by: AK
Hey pros, Using a form I want to collect the user name, password and the number of years they want to use an account and then use that info to create an account on the debian operating system. Does anyone have an idea how I can do this? Based on the number of years they want to use the account, I want to set the account expiration date to...
0
1,658
thread by: Terence | last post Jul 16 '05 by: Terence
I'm writing an XML application at the moment and I'm trying to implement exception handling - particularly fatal exceptions. currently if a fatal exception is raised, I create error data in XML format and then send the well-formed XML result document to the user agent. I'm also careful to set the mime type to text/xml or application/xml...
0
1,764
thread by: Madhusudan Singh | last post Jul 16 '05 by: Madhusudan Singh
Hi After months of waiting for Redhat to come out with up to date rpms, I decided to compile a working OpenSSL/ MySQL / PHP / httpd installation for myself. Installed the latest versions of mcrypt and mhash, followed by openssl and mysql (version 4.0.13) - all from source. Configured httpd with :
0
1,801
thread by: Madhusudan Singh | last post Jul 16 '05 by: Madhusudan Singh
Hi On an ecommerce project that I recently deployed, I have been asked to add the functionality of uploading images over SSL. I am a relative (compared to you folks) newbie at PHP / Apache. What part of PHP should I be looking at ? Thanks, MS
0
2,347
thread by: Leigh Riley | last post Jul 16 '05 by: Leigh Riley
Hi there, I've installed PHP on a variety of machines, but I seem to be having a lot of trouble on Windows XP. I have 4.3.2 installed, and I would like to use JpGraphhttp://www.aditus.nu/jpgraph/], but I must first install the GD library. I found php_gd2.dll in my extensions directory, so I added it to my php.ini file. However, when I...
0
2,773
thread by: Louis-Philippe Huberdeau | last post Jul 16 '05 by: Louis-Philippe Huberdeau
I tryed to compile php5 (a dev snapshot) --with-mysqli=/usr/local/bin/mysql_config The configuration works just fine but the compilation crash near zif_mysqli_stmt_num_rows. Anyone experienced this problem? Anyone got it to compile?
0
1,375
thread by: Ivan | last post Jul 16 '05 by: Ivan
Hi, I just insalled php4.3.2 on my windows xp windows... everything works ok, but when i try to do: test.php ----------- <?php print("-->$send<--"); ?> -----------
0
1,788
thread by: JohnVT | last post Jul 16 '05 by: JohnVT
Hi. I mentioned this before, but I think my question got kind of lost. I'll make it one short question now. With set_error_handler('myErrorHandler') I bypass PHP's standard error handler, including the error control operator @. Can I still make @ work with my own error handler? Or, how would I avoid getting two warnings in: if (!($fp =...
0
1,481
thread by: Steven James Samuel Stapleton | last post Jul 16 '05 by: Steven James Samuel Stapleton
I'm working on a paper a writing class, and I'd like some information if someone has it available, or knows of where it is available, specifically * Speed comparison of *straight* PHP vs. Perl and maybe C/C++ in various algorithms and * Speed comparison of PHP with some algorithms wirtten in C/C++ using the Zend API vs. Perl and maybe...
0
3,134
thread by: Ian Marlier | last post Jul 16 '05 by: Ian Marlier
I'm trying to get a PHP-based webmail setup going, but I'm running into a problem with IMAP authentication. Specifically, the PHP IMAP extension is trying to log in using CRAM-MD5 authentication, which my IMAP server doesn't support. Is there a way to make PHP IMAP use just plain login authentication? Thanks, Ian (ian@onepost.net)
0
2,440
thread by: Hans Meier | last post Jul 16 '05 by: Hans Meier
phpMyAdmin displays this error 4.5.1 Notice: Undefined variable: hash in /usr/local/cpanel/base/3rdparty/phpMyAdmin/left.php on line 376 and it doesn't show db tables. anyone seen this before?
0
3,284
thread by: Ivan Dumlija | last post Jul 16 '05 by: Ivan Dumlija
Hi, I say some of you wanted that so here it is... i just copy pasted it as i use it on my page without changes so you transforme it any way you like!! upload.php ----------------------- <html> <head> <link rel=stylesheet type="text/css" href="../stil.css"> <title>MAjNe StraNiCa - UPLOAD</title>M <meta http-equiv="Content-Type"...
0
1,887
thread by: Joan McGalliard | last post Jul 16 '05 by: Joan McGalliard
My web host has turned on PHP SuExec, which has completely broken my site, and they don't seem to be able to give me information. Google search is hopeless for this, as "html" appears on most pages. So, while using php suexec, how can I get .html to be processed as php? thanks in advance. joan
0
2,978
thread by: Allman | last post Jul 16 '05 by: Allman
I'm trying to implement a small WebDAV server using PHP. (WebDAV is an HTTP extension that (among other things) makes it possible to manage files using the HTTP protocol; kinda in the same way like using FTP through a web-browser.) I've made a short index.php file which is automatically run when then target
 

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.