Search found 32 matches

by lakc
Thu Mar 01, 2012 4:52 am
Forum: Suggestions
Topic: D'load link for vdo tutorials PLEASE?
Replies: 5
Views: 3151

Re: D'load link for vdo tutorials PLEASE?

Found a better solution Vixy Freecorder 5 got2 vixy.net. Easy to use as an extension on FF.

jDownloader new version does not work as expected.
by lakc
Sun Feb 26, 2012 7:04 am
Forum: PHP
Topic: How to display sub-detail page from tabular page
Replies: 5
Views: 1152

Re: How to display sub-detail page from tabular page

Can I do it without the url param passing... like a function call to class...it would need the "require" statement... So the <a href> perhaps would hv the call statement.... is this possible...??? By the way guys i want to verify <?php Class className functionName(){ } ?> ok..so save this ...
by lakc
Sun Feb 26, 2012 6:19 am
Forum: PHP
Topic: Error: non well formed numeric value encountered
Replies: 7
Views: 1251

Re: Error: non well formed numeric value encountered

Jacek's and browserbros's solutions....worked...thanks again guys. thumbs up.
by lakc
Sun Feb 26, 2012 6:04 am
Forum: Suggestions
Topic: D'load link for vdo tutorials PLEASE?
Replies: 5
Views: 3151

Re: D'load link for vdo tutorials PLEASE?

thanks
by lakc
Fri Feb 24, 2012 8:01 am
Forum: PHP
Topic: Error: non well formed numeric value encountered
Replies: 7
Views: 1251

Re: Error: non well formed numeric value encountered

It contains a date in the format y-m-d

it contains special character hyphen, ... is this the problem?
by lakc
Thu Feb 23, 2012 2:06 pm
Forum: Suggestions
Topic: D'load link for vdo tutorials PLEASE?
Replies: 5
Views: 3151

D'load link for vdo tutorials PLEASE?

Hey Jacek, I am having streaming problems..it kind of irritating me now. Could u pls help me by hvin a download link of vdo tutorials pls in .mkv or .mpg format? So I can have it on my local HD..instead of wasting time and money for my internet connection.... Many thanks if u do can provide and pls ...
by lakc
Thu Feb 23, 2012 1:16 pm
Forum: PHP
Topic: How to autodirect to index pg after login???
Replies: 2
Views: 615

How to autodirect to index pg after login???

Hey, How can i do this...like wise as seen on this forum when u log into this forum... 1. login correctly 2. msg login sucess 3.auto redirect to index pg after couple of secs whts the code btween step2 and 3.. i know its timer that can be done in couple of statements..how should i code it in php??? ...
by lakc
Thu Feb 23, 2012 1:13 pm
Forum: PHP
Topic: Error: non well formed numeric value encountered
Replies: 7
Views: 1251

Error: non well formed numeric value encountered

hey guys, PHP code $posteddate=$row['room_posteddate']; $posteddate=date("d-m-Y",$posteddate); <---error points here echo "<td>". $posteddate ."</td>"; Error msg : A non well formed numeric value encountered in.... I want to format the date from the query result within ...
by lakc
Thu Feb 23, 2012 12:09 pm
Forum: PHP
Topic: How to display sub-detail page from tabular page
Replies: 5
Views: 1152

Re: Hw to display sub-detail page from tabular page

hey jacek can u explain this more further in detail coding...

simple codings for both
by lakc
Fri Feb 10, 2012 7:54 am
Forum: Suggestions
Topic: Charts Tutorial PHP/MySql/AJAX/JSON
Replies: 1
Views: 1054

Charts Tutorial PHP/MySql/AJAX/JSON

Hi, Could u please do a simple tutorial on displaying a pie chart using data from a mysql query. I know the fact it needs to be encoded into JSON and the rest is greek to me. I tried on AJAX to make it dynamic live update but the blueprint in my head did not work out for me. Hope u can allocate time...
by lakc
Sun Feb 05, 2012 8:57 pm
Forum: PHP
Topic: How to display sub-detail page from tabular page
Replies: 5
Views: 1152

How to display sub-detail page from tabular page

Hi, I know how to display the multiple records in a table with a few selected columns. But there are more details that I cant display in the same tabular page. Therefore, when i click on any of the first values of a index col of any record, i should be displaying a full detailed page of that record....
by lakc
Sun Feb 05, 2012 7:49 pm
Forum: PHP
Topic: How To Let A User Whose Logged in change his info!?
Replies: 8
Views: 1210

Re: How To Let A User Whose Logged in change his info!?

Why dont u read about the basic php on w3schools.com, there u may find answers to ure trivial questions U write the code above this, to validate if empty or not in php or javascript. <? $a="Default value"; ?> <html><body> <input name="test" type="text" value="<? ec...
by lakc
Sat Feb 04, 2012 1:42 am
Forum: PHP
Topic: How do I write a testscript...?
Replies: 3
Views: 683

Re: How do I write a testscript...?

Jacek,

I want to test the php code on html display, web cookie handling, form passing. Simply saying unit testing.
by lakc
Fri Feb 03, 2012 7:42 pm
Forum: PHP
Topic: How do I write a testscript...?
Replies: 3
Views: 683

How do I write a testscript...?

Hi,

How do I write a simple testscript and how does this work on my PHP web application????

Is there a way I can do this simply using some kind of software???

Please help, I am quite new to this script testing scenario.

Many thanks,
Lakc.
by lakc
Mon Dec 26, 2011 5:30 pm
Forum: PHP
Topic: Display query processing time
Replies: 3
Views: 771

Re: Display query processing time

Thanks and belated Merry xmas wishes to all in the forum
by lakc
Wed Dec 14, 2011 9:21 pm
Forum: PHP
Topic: Display query processing time
Replies: 3
Views: 771

Display query processing time

Hey ppl,

How can I display the query processing time taken for result to be processed and retrieved froma query, and then displayed on to a PHP page?

Is there PHP command for this?
by lakc
Wed Dec 14, 2011 9:16 pm
Forum: PHP
Topic: Appending a variable to a SQL Statement
Replies: 4
Views: 866

Re: Appending a variable to a SQL Statement

Sorry for the late appreciation. Hope u enjoyin the season leading to Xmas.
by lakc
Wed Dec 14, 2011 9:12 pm
Forum: General Chat
Topic: Login problems from S.Asia
Replies: 4
Views: 1447

Re: Login problems from S.Asia

now its doing perfectly fine. Perhaps phpBB was going under some maintenance changeovers.
by lakc
Sun Nov 27, 2011 12:36 pm
Forum: JavaScript
Topic: AJAX db with PHP
Replies: 1
Views: 1075

AJAX db with PHP

<script> function showRooms(str) { var xmlhttp; if (str=="") { document.getElementById("resultTable").innerHTML=""; return; } if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp...
by lakc
Sun Nov 27, 2011 8:03 am
Forum: PHP
Topic: Calling PHP functions
Replies: 1
Views: 555

Calling PHP functions

Hi, I have a form with action="checkquery.php" In the checkquery.php, I hv several functions func1, func2, func3 for routine sql operations. So my question is, how can i call a specific function of checkquery.php within the form.action attribute like form action="checkquery.php?insert...
by lakc
Fri Nov 18, 2011 5:07 pm
Forum: General Chat
Topic: Login problems from S.Asia
Replies: 4
Views: 1447

Login problems from S.Asia

Hi ppl, Since registering with this forum, I hv been hving problems signing in and also every time i need to post a new topic i hv to sign in back again. Sometimes when sign in succesful, i am redirected back again to sign in. happens 3-5 times finally managing within 20 mins to post the topic. So I...