Search results

  1. J

    How shoulld I create php forms

    Thanks, it helps a lot By select an user, I mean find an user.. about if an user exists or not, I want to know how do you check for duplicates, when entering a new client? When creating a new user or client, i there a way to check before the data entry person hits "submit" to check if...
  2. J

    Write Quotes/Proposals/Bids

    Is there any manual or guide to prepare a proposal?
  3. J

    Write Quotes/Proposals/Bids

    Hi all. I do not know exactly where to write this post. Is there any manual, guide, tutorial, etc that will explain how to develop a quote, quotation, bid or proposals for a project ? I need to give a formalized price quotation for a PHP project. thanks jsn
  4. J

    How shoulld I create php forms

    Hi Yes this is my problem, how do I know when I create a new customer, that this customer does not already exists ? The form or forms are for public data entry. The goal is to create a form that allows to take orders over the phone, so the data entry person will have to check if the...
  5. J

    How shoulld I create php forms

    Hi all I have 3 tables, customers, item orders and products. For customers I need to the following functionalities: - a data entry to create a new customer - modify an existing customer - delete a customer - select a customer. What I do not know is how may forms do I need to...
  6. J

    Who knows extreme basic?

    Hi all I read something about Extreme Basic, a multiplatform language. Who is using it or recomends it ? http://www.extremebasic.com/ Thanks jsn
  7. J

    SOAP with PHP

    Hi all What software extension do I need to un SOPA in PHP ? Thanks jsn
  8. J

    How can I write a webs ervice in php?

    I am talking about web services, something .like that: http://www.devshed.com/c/a/PHP/Using-Amazon-Web-Services-With-PHP-And-SOAP-part-1/ jsn
  9. J

    Dial up 56k modem does not work after panther upgrade

    Hi all I was using the wrong driver. Hrre is the answer I got from the technical service: The information you sent indicates you are using the The Zoom V series modem script this is not correct you should be using the Zoom Universal 115k script is this in your list? If not you will need to...
  10. J

    How can I write a webs ervice in php?

    Hi all. What do I need to write webs ervices in PHP? I would like to code this example "Hello World", but in PHP not in .NET http://samples.gotdotnet.com/quickstart/aspplus/doc/webservicesintro.aspx Thanks jsn
  11. J

    Do you have an external usb dial up with panther?

    Hi all is that true that panther does not support external usb modems ? http://www.versiontracker.com/php/feedback/article.php?story=20040225055330253 thanks jsn
  12. J

    Dial up 56k modem does not work after panther upgrade

    Hi all. I upgraded my G4 to 10.3 panther yesterday, and I am having a hard time connecting to the internet. I tried more than 30 times, and I was able to connect only once. My modem an USB Zoom 56K, was working very well with 10.2 but with 10.3 I am having a lot of problems. I had to...
  13. J

    How PHP recognizes zlib?

    Hi all I am currently usong mac os X 10.2.x with PHP 4 I downloaded and installed zlib typing : > make > sudo make install it worked very well. Now, how can I tell PHP to see zlib. I tried /library/php4]% ./configure --with-zlib-dir=/usr/local but it looks like I do not...
  14. J

    Can not open in mac os x browser

    Hi all. I am able to open this GIS link in windows but not in mac. http://sigpac.mapa.es/cibeles/visor/ Why do I have this limitaiton ? Thankas jsn
  15. J

    Office 2004 in jaguar

    Hi all Is ther any problem installing office 2004 in jaguar? should it be installed with panther? thanks jsn
  16. J

    CMS (content management systems)

    Hi I am talking about this type of Content Management system: http://www.opensourcecms.com/ that will allow me to create web pages, and manage them very easy. thanks jsn
  17. J

    CMS (content management systems)

    What is PHPBB? thanks jsn
  18. J

    CMS (content management systems)

    Hi all what are the most popular CMS runnign in Mac OS X? Which one do you recommend for PHP ? thanks
  19. J

    How do you to separate the php logic from the html presentation>

    Hi all. What is the best way to separate the php logic from the html presentation, whenworking with PHP ? Thanks jose
  20. J

    PHP and code-behind pages

    anarchie how do you separate content from logic? jsn
Back
Top