NewStats: 3,264,064 , 8,182,472 topics. Date: Monday, 09 June 2025 at 01:57 PM i4w5e6382y |
Post your PHP Problems Here (66351 Views)
babsmii(m): 9:26am On Nov 13, 2014 |
.
|
phemygee(m): 6:33pm On Nov 14, 2014 |
emmym16: Here is how to write it: Public classname extends classname2 { } Classname2 is the class you are extending... Save your classname2.php differently but include it at the top of the classname file before extending it. I hope it helps |
robbase: 12:14pm On Nov 15, 2014 |
Good day Master, My problem is that I need a simple php code that can scroll(animations) .gif images, and also php codes to marquee .gif images. Bless you. |
iykyvic(m): 4:00am On Nov 19, 2014 |
c34s3r(m): 1:00am On Nov 23, 2014 |
He guys!!!,am a php fan and dev although not a prof ,not yet...i just thought i should bring in php tutorials for those of us who have the time and are interesting in making php a part of us....hope i av guys whom we can in this kinwap, share knowledge together...for a start,lets create a port scanner thats scans for open ports on a server .... To create socket connections to query services both locally and remotely,we use the fsockopen() function ....this function creates a socket connection to a supplied host in the arguments through a given port ...example "fsockopen(localhost,80)" creates a socket connection to localhost through port 80.....now lets create a port scanner ... <?php //give max time for task to complete Ini_set("max_execution_time",120); //define the range the scan will cover $start=0; $stop=1024; //Define host to scan $host="localhost"; //create array of values(port) $range=range($start,$stop); Echo "your scan results on ".$host. " is"; //begin scan Foreach($range as $port) $result=fsockopen($host,$port); If($result){ Echo "socket open at port ".$port"; } ?> If you execute it,it will print out all open ports found on the host... need more tutorials go to www.Kinwap.com |
c34s3r(m): 1:03am On Nov 23, 2014 |
me on watsapp 08140314215 or go to www.Kinwap.com...I'll be glad to help outi
|
c34s3r(m): 1:26am On Nov 23, 2014 |
how to check network speed with PHP.... not everybody has high speed internet so it is good practice to test the internet speed...this is done in PHP by sending a large amount of data and noting the time it takes to transmit it.... let's write the script <?php // Retrieve the data to send to the $data = file_get_contents("textfile.txt" ![]() // Determine the data's total size, in Kilobytes $fsize = filesize("textfile.txt" ![]() // Define the start time $start = time(); // Send the data to the echo $data; // Define the stop time $stop = time(); // Calculate the time taken to send the data $duration = $stop - $start; // Divide the file size by the number of seconds taken to transmit it $speed = round($fsize / $duration,2); // Display the calculated speed in Kilobytes per second echo "Your network speed: $speed KB/sec."; ?> that is it ... the script produces something like.... your network speed is 55KB/sec visit www.Kinwap.com for more…… |
Whalenchy(m): 12:46pm On Nov 24, 2014 |
Please how do i integrate a mobile deduction payment into my merged extensions website (html and php).
|
mt77: 5:50pm On Nov 24, 2014 |
Just need two interested parties () to post/ update (250 postings / month) on the event, forum and business sections of our social network site for N9000 (naira) per month. visit www.diaspohub.com to () and leave a message.
|
kay7070: 9:02am On Nov 27, 2014 |
I mistakenly changed my website url from http://example.com to https://www.example.com. The intention was to change my url to http://www.example.com and since then l have not been able to to my WordPress dashboard again. Kindly assist ASAP. Thanks |
Re: Post your PHP Problems Here by Nobody: 2:31pm On Nov 29, 2014 |
Pls nairalanders I need your help I have a site under wordpress and I use wordpress for bb app recently I started having some issues with it, any time I try to post An article with picture it gives me error 301"permanently moved" But if I post without image the article will be published. Pls people help me out with solution on how to fix it, |
lexoft(m): 10:04am On Nov 30, 2014 |
http:lexoft.com.ng
|
lumet: 1:22pm On Nov 30, 2014 |
Please guys,i need a script that validates the string type and length of an inputted value in a form
|
iykyvic(m): 4:01pm On Nov 30, 2014 |
@by kay7070: we will help you with that if you still have that problem. free. topserve.com.ng
|
kentAire(m): 10:02pm On Nov 30, 2014 |
hello people!!!!! please i messed my configuration on mysql console on WAMP, can't on mysql console cus it ask for . can someone help me with wat to do to reset my on mysql console. thanks in advance. |
kentAire(m): 8:13am On Dec 01, 2014 |
c34s3r: hello bro!!!!! please i messed my configuration on mysql console on WAMP, can't on mysql console cus it ask for . can someone help me with wat to do to reset my on mysql console. thanks in advance. |
dolpaz: 3:19pm On Dec 02, 2014 |
kentAire: Go to www/apps/phpmy open configinc.php, and change $cfg['Servers'][$i]['AllowNo'] = false; to $cfg['Servers'][$i]['AllowNo'] = true; also change $cfg['Servers'][$i][''] = ''; restart wamp and try again regards ! 1 Like |
Re: Post your PHP Problems Here by Nobody: 7:55am On Dec 03, 2014 |
how can l get d wampserver
|
clementcro(m): 1:41pm On Dec 03, 2014 |
Please how do I integrate a payment platform like interswitch to my website?
|
CRAZYMAN(m): 3:16pm On Dec 04, 2014 |
can someone please explain the meaning of $this->a->b in OOP PHP |
JackOfAllTrades: 2:30pm On Dec 05, 2014 |
CRAZYMAN:$this means the current object(class) your are working on. every object have properties and method! in this case "a" is a property of the object you're working on, "a" holds a reference to another object. That object also have a property called b |
Webhost(m): 2:00am On Dec 06, 2014 |
Get a professional website today by ing Nihtem Solutions. Nihtem Solutions is a Web design company in Nigeria. First you should check our web design portfolio and see if you will want to work with us. Nihtem Solutions, one of the best Web design company in Nigeria by calling 07030595653 |
Adesege(m): 11:46pm On Dec 06, 2014 |
Permit me fellow to say that the reasons why most Nigerian websites, governments and international bodies websites have been going down is cos of lack of technical know how from the developer. Scanned through some solutions given here and i couldn't help but nod in pity. I am Adesege, a certified web developer. |
Adesege(m): 11:51pm On Dec 06, 2014 |
clementcro: To integrate a payment option on your website, on any of the payment websites, e.g Interswitch, get their developer API code. The API code is what will be integrated into your website. Got it? Any further questions, i'm ready to help. |
Adesege(m): 11:53pm On Dec 06, 2014 |
lumet: kindly share the html form sample so i can help work on it. *cheers* |
Setting Up Wamp Server To Run On Local Area Network
(Go Up)
Sections: How To . 33 Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or s on Nairaland. |