Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~6K People Reached

13 Posted Topics

Member Avatar for aMOEBa

Hey guys I am scripting with PHP and I need to write a web page that has a print page link which when clicked prints out a print friendly page. Thanx in advance.

Member Avatar for geoamins2
0
229
Member Avatar for aMOEBa

Hi, I need help with an algorithm to allocate rooms to people. I need to shuffle through a list of rooms to assign a room to a person and after the fourth person is assigned to the room, it should be out of the list(should be unavailable). I have not …

Member Avatar for Member #120589
0
174
Member Avatar for aMOEBa

I really need help(ideas) with a project I want to work on. I want to build a software that will be used for Financial Management in a bank with java. What I need is help with where to start and also pointers to resources that might help me get this …

Member Avatar for Ezzaral
0
197
Member Avatar for qazplm114477

Code Igniter is great, check it out here, [url]http://codeigniter.com[/url] Zend is very powerful too for web applications, [url]http://framework.zend.com/[/url]

Member Avatar for Stefano Mtangoo
0
268
Member Avatar for aMOEBa

Hey guys I am trying to write this application to display members who are celebrating the birthday in a particular week, month. I want the app also to be able to display those who will be celebrating their birthdays in abt 2months. I want to do something like how Facebooks …

Member Avatar for pritaeas
0
151
Member Avatar for bjeffries

Is it soo very important to write it as a class? Maybe u can make it simple on yourself first cos somehow u are now learning it. I can help u with a basic pagination that just work fine. But for me to get my head around all this bulky …

Member Avatar for bjeffries
0
253
Member Avatar for Catlow

oh yes, there is a way, here it is [code] <form> /*start from your form*/ <input type='text' name='score' maxlength='3' /> </form> /* Then in PHP, you validate this */ if (isset($_POST['score'] && !empty($_POST['score'])){ if($_POST['score'] > 0 && $_POST['score'] <= 100){ $score = $_POST['score'] } else{ echo "Value entered is incorrect"; …

Member Avatar for Catlow
0
84
Member Avatar for jhudson0219

Now what I like about AppServer is that it automatically goes online anytime you restart. I guess there ways of configuring WAMP and XAMPP to start auto but I jus dont know how or maybe I dont care. Anyway, Csoft, I am guessing u are on windows and u have …

Member Avatar for Member #334542
0
155
Member Avatar for aMOEBa

Really I am a PHP beginner, I am working on this code and I need help, kinda stuck. I have a database with 3 fields(id, date and venue). This is simply what I want to do; I want my script to go into the database fetch the date and compare …

Member Avatar for aMOEBa
0
4K
Member Avatar for aMOEBa

Hi geeks, I am working on a query string but I am kinda stuck with the code, I guess this is so cos am a PHP beginner. I want my script to display members list from a table in my db and attach a hyperlink to it so that when …

Member Avatar for Member #334542
0
170
Member Avatar for Geertc

Maybe you should add [code]null[/code] as the value for ur id which i guess is ur key.

Member Avatar for Geertc
0
173
Member Avatar for aMOEBa

I need to write a method to return the number of rows I have in my table. This code I've written so far; [code] <pre><?php class Database { private $connected=false; private $user,$pass,$host; private $db; private $result=array(); public function initialize($user, $pass, $host) { $this->user=$user; $this->pass=$pass; $this->host=$host; return $this; } function connect($dbname) …

Member Avatar for aMOEBa
0
98
Member Avatar for rickster11

Don't know much about C# but with my little experience with PHP, maybe you can have conditionals in the master page that will prevent the page titles being inserted in some pages. For PHP, u can override these stuff in an included file. This is just to suggest something, i …

Member Avatar for sergb
0
77

The End.