[PHP] Looking for content writers for new IT magazine

2001-12-07 Thread Siim Einfeldt aka Itpunk
Hi Everyone, I`m working on an IT magazine called InfoEdit, and now I have gotten far enough with the back-end to say that the programming will be finished very soon. Now it`s time to get superb content editors for the site. If someone of you feels he/she knows enough about some IT subject and

[PHP] Php-Mysql Work Wanted

2001-09-24 Thread Siim Einfeldt aka Itpunk
Hi, If anyone has some good separate projects or part-time php-mysql related job to offer, I would appreciate if you let me know. I know phpmysql pretty good and have also some pretty nice things in my portfolio (both programming and design). For more information I can be contacted at [EMAIL

[PHP] uploading to another server

2001-06-24 Thread Siim Einfeldt aka Itpunk
Hi, My scripts and the site itself are on one server, but I need to upload files to another server. How could I do it without using ftp functions? Thanks Siim EInfeldt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] globalize all variables not coming from a certain form...

2001-05-19 Thread Siim Einfeldt aka Itpunk
Hi everybody, Is it possible (and if it is, how) to globalize all the variables, that come from some form, automatically? For example: function do_something(){ global $form; if($form != func){ /* globalize all the variables that come from a form called $form .

[PHP] .doc to .txt

2001-03-26 Thread Siim Einfeldt aka Itpunk
Hi all, I need to convert .doc files into text. I know it`s possible to do it by converting it in word, but I need to give the people of the site opportunity to upload a .doc file and then I need to display it (and not in another window, but rather 'in the site' like you would normally display

[PHP] displaying pictures form db [problem]

2001-03-11 Thread Siim Einfeldt aka Itpunk
I`m trying to display the picture from the database, but I can`t get it to work. That`s just a short version of your script. I try to display the picture like that: img src='showpic.php' width='150' height='80' and showpic looks like this: ?php $query = "select file_data,file_type, from

[PHP] SMS again

2001-02-20 Thread Siim Einfeldt aka Itpunk
Hey I know this topic has been 'in the area' lots od times, but does anybody know of any scripts that are out there whichi I could use to let users of my website send SMS? And secondly, can I offer it as a free service (this would assume I don`t have to pay for it myself either)? Or is anyone

[PHP] Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Siim Einfeldt aka Itpunk
Hi everybody, I want to implement ordering something on a website without refreshing the page. Lets say i have four columns in the html table - name,age,skill and phone. All these are links - under these are the information, eg: Name Age Skill Phone Siim 23 php 051... Tony 18 html 132...

[PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Siim Einfeldt aka Itpunk
afraid XML isn't going to help you - you need to investigate DHTML options, although you'll be lucky to find a solution which is compatible across both Netscape and IE. regards, P On Sat, 17 Feb 2001, Siim Einfeldt aka Itpunk wrote: Hi everybody, I want to implement ordering

RE: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Siim Einfeldt aka Itpunk
Maybe Flash is an option? Well, I know I could probably do it some way in flash (if I had experiences with it), but this is just a bit out 'of the box'. But still, thanks for offering. Siim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] problem with classes

2001-02-13 Thread Siim Einfeldt aka Itpunk
Thanks all for your help Siim Einfeldt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] problems with writing picture to the database.

2001-02-13 Thread Siim Einfeldt aka Itpunk
Thanks, I will take a look at it once more, probably will come with some more questions as at first it didn`t 'look like working', but it really worked and then suddenly I get complains that it doesn`t anymore Siim read the manual on handling file uploads. It looks like you're using

Re: [PHP] problems with writing picture to the database.

2001-02-13 Thread Siim Einfeldt aka Itpunk
O.K. I still got the problems. I`ll paste everything needed here and please, if anyone knows how to make it work, let me know. *First, the part of the form is the following: INPUT TYPE="file" NAME="file" the enctype in my form tag is ENCTYPE="multipart/form-data" and METHOD = POST *The

[PHP] problem with classes

2001-02-09 Thread Siim Einfeldt aka Itpunk
I`m writing one html class for my own usage, but I`ve got some problems. Take a look at the example: $ht - row(2,'','first,second'); This works fine ('first,second' represents an array). But now, when I want to do something like that: $ht - row(2,'','$something,second'); then it displays

[PHP] Php (mysql) different char-sets

2001-02-08 Thread Siim Einfeldt aka Itpunk
Is it possible to make three textareas on one page (of course it is, but read til the end, you`ll get the point) and let the user type into each box in a different language with different charsets. For example, lets say I want to insert three versions of one text on one page (without

Re: [PHP] Pricing for PHP programming???

2001-02-03 Thread Siim Einfeldt aka Itpunk
Ok, I just started my own company and finished work for my first client (shameless plug here: http://www.alamosawinecellars.com). The problem I had wasn't in pricing my work by what it's worth and how much time I put in it, but pricing it in a way that would work for my client. I ended up

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread Siim Einfeldt aka Itpunk
As a PHP programmer and COO of a development and consulting shop, the emphasis on hourly rate is something that really amazes me. Not all programmers are created equal. A lot of clients don't recognize that. Some mistakenly believe that a $120/hr. programmer is 20% more productive than a

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread Siim Einfeldt aka Itpunk
Obviously I want to be profitable. But my primary motivation is to be doing challenging work, to enjoy what I'm doing and to build software that makes my clients happy. Sure, we could be like this other company and charge $100,000 for a project that's worth $5,000 but we won't do that.