Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~9K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

10 Posted Topics

Member Avatar for homeboy

Hi guys, could you tell me how to solve this problem. This is what i've done. The result show : [9, 2, 6] [3, 9, 5] l1 = [4,9,2,6] l2 = [3,9,4,5] i = 0 j = 0 while(i < len(l1)): while(j < len(l2)): if(l1[i] == l2[j]): del(l1[i]) del(l2[j]) j …

Member Avatar for invisal
0
317
Member Avatar for homeboy

Hello, I've got laptop K72Jr and I would to upgrade my RAM. Could someone tell me if these caracteristics of new RAM is compatible for my laptop. Thanks This is caracteristics of my previous RAM: DIMM: 1 SMBus address 0x50 Memory type DDR3 Module format SO-DIMM Manufacturer (ID) ASint Technology …

Member Avatar for tigerbright
0
351
Member Avatar for ahmedhamdy

*mysql_connect* this extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQL extension should be used. :(

Member Avatar for Member #120589
0
7K
Member Avatar for Reliable

Is hard to read your code. Its to long :) Well, I noticed in `<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">`. U should write : `<form method="post" action="<? $_SERVER['PHP_SELF'] ?>" >`. Try do not use echo. and don't forget to change your SMTP in php.ini *[mail function]* Let me know if …

Member Avatar for Reliable
0
244
Member Avatar for samsnov

All depends on the structure of your file and your logical of programming. Personaly, the basic are 4 pages (index.php, base.php is for connexion class, derive.php & param.inc.php) **index.php** require('*.php'); require('*.php'); include_once('*.inc.php'); $mysqli = new mysqli(MYHOST, MYUSER, MYPASS, BASE); $objDerive = new Derive(***); $objDerive->X(***); **base.php** class Base { /* DECLARATION …

Member Avatar for homeboy
0
663
Member Avatar for homeboy

Hello, I created a dynamic object but I do not know how to use it when the instanciation of the object is finished. I would like to call some methodes from Class Base by an objet that I created dynamically. Can you explain me, pls? Thank you This is my …

Member Avatar for homeboy
0
238
Member Avatar for castajiz_2
Member Avatar for tinstaafl
0
315
Member Avatar for pssingh1001

I've heard some routeur has a limitation for computer connection. Not beacause of subnet. I don't know is that true or not.

Member Avatar for niario
0
146
Member Avatar for ms061210

Have you encrypted your password in your data base when you save it? If yes, you should dechiper your password before `if($password == $p_password )`. Try using echo to show what you got in $p_password, before the condition.

Member Avatar for homeboy
0
340
Member Avatar for homeboy

Someone please give me some idea to solve this question ? Should I use Interface or I can use only Heritage ? Write classes implementing the management industrial tools: * Each one tools can be started, stopped or be stopped urgently. * There are three families of tools : 1. …

Member Avatar for homeboy
0
197

The End.