| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Oct 2007
Posts: 104
![]() | |
| |
| | #2 (permalink) | ||||
| Traveller Join Date: Mar 2007 Location: Yet another city
Posts: 1,419
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | from the way i read it, you would: 1) create a php file to accept their jobs. e.g. yoursite.com/createnewjob.php 2) insert the received data into your database. i notice that they let you specify that you want to use http post field/value pairs instead of xml. ????: NamePros.com http://www.namepros.com/showthread.php?t=433445
how you insert into the database should depend on how the rest of the application does it. e.g. maybe it uses adodb - go find an insert statement from somewhere else, copy it, and change the table/fields. hope that helps,
__________________ NameCooler.com | ||||
| |
| | THREAD STARTER #3 (permalink) |
| NamePros Member Join Date: Oct 2007
Posts: 104
![]() | Hi Thanks for the reply. Im not very good with this sort of thing so dont really understand what I need to look at when you mention the insert statement. Would this be in one of the .php files on my server or do I need to look at the database (please say its not the database)? 1) create a php file to accept their jobs. e.g. yoursite.com/createnewjob.php So with this I just save the xml stuff as .php but there is a simpler way if I use http?? Not sure how that works as I dont have an example. 2) insert the received data into your database. Im assuming there is a comand for this but Im not sure how to set that up or test it. Not sure if you can offer your services but if you can maybe we can talk further and you let me have a quote as to how much it would cost me? Not going to be online much longer tonight so will catch up tomorrow. Thanks James |
| |
| | #4 (permalink) |
| Traveller Join Date: Mar 2007 Location: Yet another city
Posts: 1,419
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Sorry, I thought you had some programming experience and so phrased my answer that way. From my understanding of your reply, this is not the case. You will need to hire a programmer who knows how to create a php file which receives an http post and inserts the values into a database ( also experience with php xml parsing may be helpful ) ????: NamePros.com http://www.namepros.com/showthread.php?t=433445 This should not be expensive, all the concepts required can be covered in a short, one page tutorial. e.g. http://www.php-mysql-tutorial.com/mysql-insert-php.php I'm not available for freelance work, you could try posting in the development wanted section here on namepros: http://www.namepros.com/web-development-wanted/ , i've also heard http://www.getafreelancer.com/ is a fairly popular site for finding freelancers to perform small jobs like this.
__________________ NameCooler.com
Last edited by -NC-; 02-17-2008 at 01:30 PM.
|
| |