3exe3's Posts
Nairaland Forum › 3exe3's Profile › 3exe3's Posts
1 2 3 4 5 6 7 8 ... 22 23 24 25 26 27 (of 27 pages)
Lol he is woke ni Afterall we shouldn't care he is human too same as gay trans and lesbians.. Foolish people trying to paint bad as good |
BeeBeeOoh:And the igbos finally endorse amaechi the ubima slave How times do change Southern presidency is the only thing we clamour for |
qtguru:sent it now as woyenghilabofa@outlook.com |
qtguru:in prophet isaiah voice 'Here I am send me". I got what it takes thats what I mean by the way. What do I need to do. |
qtguru:Personal Why u asking |
Mods can u do justice to the topic its first African to graduate I mistyped cc: lalasticala seun 3exe3: |
A former Rivers State commissioner of finance and two times Nigerian ambassador to Ivory coast , professor ambassador Lawrence baraebibai ekpebu who is also the 1st African to graduate from havard University is dead he died 82 years. He passed out on January 3rd 2022. He hails from bayelsa state kolokuma opokuma LGA I don't need source cause his family but anyway https://www.google.com/url?q=https://guardian.ng/saturday-magazine/professor-lawrence-ekpebu-at-82/&sa=U&ved=2ahUKEwiWwf7pyun1AhXpIbcAHacuCmIQFnoECAkQAg&usg=AOvVaw33AiuwYuuQY-VQBKuAQ44C
|
solved it with '\''.$this->escape($value).'\'' |
ChybuzzDD:according to ABSU its due to a flagrant display of wealth i wonder what parameters they used in measuring that and yet someone above said because they are professors and doctors their decision should be trusted 100% |
qtguru:private function getData($data) { foreach($data as $row => $value) { $this->rows[] = $this->escape($row); $this->values[] = $this->escape($value); } } protected function insert($table, $data) { $this->getData($data); $sql = 'INSERT INTO '.$table.'('.implode(',', $this->rows).') VALUES ('.implode(',', $this->values).')'; if(!$this->query($sql)) { return $this->error(); } return $sql; } if(REQUEST_METHOD === 'POST') { $data = array( 'firstname' => (string)$_POST['firstname'], 'lastname' => (string)$_POST['lastname'], 'username' => (string)$_POST['username'], 'password' => (string)sha1($_POST['password']), 'email' => (string)$_POST['email'], 'gender' => (string)$_POST['gender'], 'phonenumber' => (string)$_POST['phonenumber'], 'address' => USER_LOCATION, 'date_joined' => date(DateTime::RFC2822), 'user_level' => 'user', 'is_verified' => 0 ); } |
alphaNomega:ok so the schools should ban then |
dawnomike:thanks aint no einstein though |
Normal thing to defend your worship until proven otherwise |
Anything una wan do una dy free but me Sha I done prepare myself with Glock cos 2023 and beyond looks gloomy For all I want is a southern president but not the brown teeth man |
Still gonna do the work of his paymasters |
Will still go to protect buharis interest |
Walkee:Same as on the major roads but is reduced due to the presence of security agencies What's stopping the schools from creating checks and balances for such The school is meant to be a ground of innovation They should learn how to solve problems not always being on the defense No environment grows with such |
ednut1:Taxes Will be student friendly with security guaranteed |
youngpresidooo:Thanks will try changing the version |
ednut1:Lecteurers by default should have some sort of id |
cant just find whats wrong with my insert statement checked the types on my db and made sure its in the right order but no way out its in the screenshot below working with dynamic data which i looped through and escaped before inserting pls help
|
all this one na for 2023 first thing first make una reason bubu to do wetin im and ASUU gree |
There has been a wave of banning university students from driving cars into campus, the reason for this though has not been known. But whatever the reason might be i think the universities are not making the right decision. They(universities) can take advantage of the rise in students car by generating revenue from it. I came up with the opinion that those universities or poly or colleges who have extra space can use that space as a parking lot for students and create daily taxation for any student who wishes to park his car in school premises. Such students must park their cars on the designated space for a parking lot until they are done with whatever business they have on campus, if it turns out there is not enough space to contain the cars anymore the best option i think is to increase the tax thereby discouraging some students but not all students. what do you think? |
www-nairaland-com.0.freebasics.com/6956371/wike-aircraft-abandoned-amaechi-germany?iorg_service_id_internal=1646953538912597">https://https-www-nairaland-com.0.freebasics.com/6956371/wike-aircraft-abandoned-amaechi-germany?iorg_service_id_internal=1646953538912597%3BAfryw8fF4KNAmuMG#109689992 In a sequel to the thread above I listened to Nigeria info this evening and an excerpt from the pdp stakeholders meeting in porthacourt was played where governor wike said that the contractors of the aircraft reached out to the Rivers State government in 2014 and some amount of money in Euros were sent for the repair but due to some glitches they personally had to go to Germany to retrieve the aircraft But in the thread above governor wike used the word they just discovered which is not entirely true |
Ok but you were not missed either |
When a boy learns to control his emotions then he can be called a man |
Though I am yet to make a choice among the arrays of candidates of both the APC and PDP. But there has been a name making waves not just on air but on food items. That name is Asiwaju Bola Tinubu one of the wannabe presidents under the APC. I want to know why won't you vote Tinubu |
Some men done dy experience am but God dy Sha we dy the other 70% � Even if we reach 80 we go fit make our wives rain But the problem be say I go forget where my raincoat go dy |
Atiku should take a seat and support a candidate he will still enjoy so much |
I am building a wallet as a project I want to add boarding air flights as a service So will need suggestion on a site I can get available apis not just for air flights but any service |
Genesiszero:Any site or book u can recommend? |
Or how do you ensure they are not disguised as lecturers
cant just find whats wrong with my insert statement