|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
I am a rusty PHP/MySQL programmer looking for projects, ill do for free
I am available to do PHP/MySQL
I'm looking to get back into coding, I learn when I was very young, it is all still in my head. I can learn anything again or very quickly I would like to work on an online game, a petsite or the like I'm 17 I also speak French, hehe so I can translate ur page and make a dynamic multilingual site ^^ |
|
#2
|
|||
|
|||
|
Can you solve this
I am trying to limit rows and columns in a table through while statement, Now when I use : <?php $pl_id = $row['place']; $result1 = mysql_query ("SELECT * FROM places") or die (mysql_error()); $tdcount = 1; $numtd = 5; // number of cells per row echo "<table border=1>"; while ($row1 = mysql_fetch_array ($result1)) { if ($tdcount == 1) echo "<tr>"; echo "<td><a href=hHome_display.php?x=".$row1['id'] .">".$row1['place_name']."</a></td>"; // display as you like if ($tdcount == $numtd) { echo "</tr>"; $tdcount = 1; } else { $tdcount++; } } // time to close up our table if ($tdcount!= 1) { while ($tdcount <= $numtd) { echo "<td> </td>"; $tdcount++; } echo "</tr>"; } echo "</table>"; ?> It works fine, but if try to bring it into another while statement like : <?php $result = mysql_query("SELECT distinct place FROM hh_details") or die (mysql_error()); while ($row = mysql_fetch_array ($result)) { $pl_id = $row['place']; $result1 = mysql_query ("SELECT * FROM places WHERE id = '$pl_id'") or die (mysql_error()); $tdcount = 1; $numtd = 5; // number of cells per row echo "<table border=1>"; while ($row1 = mysql_fetch_array ($result1)) { if ($tdcount == 1) echo "<tr>"; echo "<td><a href=hHome_display.php?x=".$row1['id'] .">".$row1['place_name']."</a></td>"; // display as you like if ($tdcount == $numtd) { echo "</tr>"; $tdcount = 1; } else { $tdcount++; } } // time to close up our table if ($tdcount!= 1) { while ($tdcount <= $numtd) { echo "<td> </td>"; $tdcount++; } echo "</tr>"; } echo "</table>"; } ?> It returns a tr with five td's, the first td displays data, while the others are blank and then another tr, the first td displays data and the others blank. Where am I going wrong? Please help! |
|
#3
|
||||
|
||||
|
If you choose to use this persons skills - please do not place your entire problem on the forum (maybe PM it to them). I do not want new members to become confused on where they are supposed to ask questions (in the PHP Coding forums) for the entire community.
I will be watching this post to ensure no one gets lost.
__________________
life is a game.... Have fun ----------------------------- http://www.phpwomen.org strength in unity PHPCommunity IRC #phpc on freenode |
|
#4
|
|||
|
|||
|
Quote:
Hello, I need help with a new project I have in mind, send me a private message please! Thank You! |
|
#5
|
|||
|
|||
|
Id love for you to help me, im 21 and starting my own petsite.. yeah sounds original right. Basically i started it so i could have a chance to learn php myself, but i have found other people want to be a part of it as well, so im kind of having a collective practice area if you get what i mean. Im the only "coder" and i have 3 other people doing art for me now.
Basically I would hope that you are interested in helping out so then I can learn stuff from you and then adapt it into my own work. If your interested, PM me and i'll get back to you ASAP or if you have MSN messenger, add me "contact_pav (at) hotmail (dot) com" Hope to hear from you. Josh |
|
#6
|
|||
|
|||
|
Hi.
I have a nonprofit pet loss Web site that needs help with [finishing] the setup of our CPanel/PHPList?and CronJb. If you can help, please see my request, NonProfit Needs Help w/PHPList SetUp, for more details. |
|
#8
|
|||
|
|||
|
I would LOVE it if you wouldn't mind helping me with a script. Here is the information from a post I made:
I am looking for someone to create a PHP script for me that will allow me to randomize "names", while also having a weighted system to it. Example: - Every 1 integer means that the name moves up one position after being randomized Names and numbers are entered: Bob = 4 Bill = 5 Sam = 7 (other names entered) Randomizer gives the following results: 1. Sam 8. Bob 20. Bill But then results are changed according to the numbers entered. 1. Sam 4. Bob 15. Bill If anyone has a little extra time to take on a project and would do this for me, I would really, really appreciate it! I have no idea how to even begin on something like this. |
|
#9
|
||||
|
||||
|
please contact this user by pm with your request. double posting on this thread after you have already posted yourself is greatly discouraged.
|
|
#10
|
|||
|
|||
|
Ok, sorry about that!
|
|
#11
|
|||
|
|||
|
If you haven't chosen a site all ready, please consider Laviet.
We are in desperate need of a PHP/SQL programmer! |
|
#12
|
|||
|
|||
|
I am in desperate need of a person like you! you would save me a lot of headaches if you help me, thank you ! You can contact me on my yim.. xerrin01
|
|
#13
|
|||
|
|||
|
i might be intrested.
|
|
#14
|
|||
|
|||
|
I need you really really bad. I have a pet site to-be at thevoid.spruz.com and I cant pay anyone to do it. The best I can do for payment is send donations from the website untill I pay it off. I have all of these wonderful ideas and art! so if you could just make an account and message me (kiji8989), I'd give you a forever premium, and you can be an Admin.
|
![]() |
| Viewing: Codewalkers Forums > General > Barter Zone > I am a rusty PHP/MySQL programmer looking for projects, ill do for free |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|