Search found 1014 matches

Search found 1014 matches Page 2 of 102
by Filip
Thu Sep 08, 2016 2:04 pm
Forum: Codenstuff boardroom
Topic: Things that make you go..Blurb
Replies: 6
Views: 2926

Hey, I think it would be a good idea that when a blurb is created, a forum thread is created by a forum bot for discussion and there's a button somewhere on blurb page saying "Discuss on the forums" or something. Example can be found on World of Tanks website . https://dl.dropboxuserconten...
by Filip
Sun Aug 28, 2016 12:14 am
Forum: Codenstuff boardroom
Topic: HAPPY BIRTHDAY CODENSTUFF
Replies: 3
Views: 1931

CodenStuff wrote:
I'm 21 today :P
Liar

But anyways, happy 76th birthday!
by Filip
Sat Jul 30, 2016 8:01 pm
Forum: Website Help & Suggestions
Topic: Changing the home page
Replies: 2
Views: 3200

Isn't that like home page from few years ago?
by Filip
Wed Jul 27, 2016 7:06 pm
Forum: Codenstuff boardroom
Topic: Help and ideas
Replies: 2
Views: 1688

One idea i had which has proven to expensive was RFID, each pupil would get a card, and would present their work and card to a teacher who would mark it then swipe their card adding points, then on the pc would be readers that would read and programe that would allow extra access to things like a s...
by Filip
Sat Jul 23, 2016 2:43 pm
Forum: Windows 10 General Discussion
Topic: Jumble Words for Windows 10
Replies: 3
Views: 3282

I can't even download it.. Did you block it for Croatia?
by Filip
Sat Jun 11, 2016 11:32 pm
Forum: Tutorial Requests
Topic: Grabbing text from website
Replies: 4
Views: 3546

CodenStuff wrote:
[/b]ID tag
ID attribute you mean?
by Filip
Tue May 24, 2016 10:40 pm
Forum: Help & Support
Topic: Dropdown combo
Replies: 4
Views: 3411

And that's what should be done by submit.php.. It will obtain the id selected from dropdown and based on that, it should use $customer_id to query the database. The query should be something like SELECT * FROM customers WHERE id=$customer_id After you run that query, displaying record shouldn't be t...
by Filip
Tue May 24, 2016 10:52 am
Forum: Help & Support
Topic: Dropdown combo
Replies: 4
Views: 3411

Hello, Mark asked me to do a sample code in PM, so here it is, so everyone can see it: <form action="where/to/submit.php" method="get"> <select name="select"> <option value="0">---------- SELECT YOUR CUSTOMER NAME ----------</option> <?php require("db.php...
by Filip
Tue May 24, 2016 7:44 am
Forum: Help & Support
Topic: Dropdown combo
Replies: 4
Views: 3411

Hey,

you would want to change id="" of each option to value="" and then process it just as any regular form.

KR,
-Filip
by Filip
Wed Apr 13, 2016 9:43 pm
Forum: Help & Support
Topic: Php search help
Replies: 10
Views: 5205

Hello,

I assume you would want to do something like this:

change:
Code: Select all
if(isset($_GET['k'])) {
to:
Code: Select all
if(isset($_GET['k']) && trim($_GET['k']) !== '') {
KR,
-Filip
Search found 1014 matches Page 2 of 102
Go to advanced search