Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~33.9K People Reached
Favorite Tags

21 Posted Topics

Member Avatar for hell hansen

Hi Guys! i need some help, with recurring invoices or payments. I have Application which i developed recently to my customer. And inside of App i got a module to invoice clients, for a product, which this product is valid only for one year starting may for each year and …

Member Avatar for diafol
0
562
Member Avatar for hell hansen

Hi Guys, Happy new year for everybody. Look i'm trying to achive a goal to load iframe on bootstrap modal dinamical. Like i just want the iframe src be called just when modal is opened. Because the src url is coming from database, and in some page there more than …

0
110
Member Avatar for hell hansen

Hi Guys! i need some help, and look i'm not sure if this the best place for this question or no. I have dedicated server, and inside of my server im runing VM with KVM (Qemu libvirt). everything is working how suppose to be, without any problem. But i need …

Member Avatar for Arch Stanton
0
363
Member Avatar for hell hansen

Hi guys! I need help with meta tags on my website! Look on all intire website i have more then 20 pages, and im using only one head.php and footer.php files. So i want to have a meta tags for each page, without dupicating the head.php, and i'm really struggling. …

Member Avatar for hell hansen
0
501
Member Avatar for hell hansen

Hi Guys i need help with media queries. I have 2 divs with class div : class1="flags-desktop" and class2="flags-mobile" in my website! one for mobile and one for desktop or normal screen big then 1000px. So for default the div class1="flags-desktop" is showing and class2 is hide. with css d …

Member Avatar for hell hansen
0
211
Member Avatar for Liang_1

There many way to do that, you can do that, in php, and get the values from the form and save it to Database and save the image to the folder. Check bellow the code. <?php error_reporting(0); $change=""; $abc=""; define ("MAX_SIZE","400"); function getExtension($str) { $i = strrpos($str,"."); if (!$i) { …

Member Avatar for almostbob
0
381
Member Avatar for Hamis_1

I've been in some position like you. and i found that the easy way to submit that using Ajax is use jquery then the native Xhr. I've no much time now to write the solution for what you need, but have something can help, with drop down. if you ready …

Member Avatar for Taywin
0
23K
Member Avatar for hell hansen

Hi guys i need some help. Im creating new invoice, and inside of invoice i've table. and in this table user can add new rows clicking add new row button. so in some table i have select field with drop down of prices, which the user must select the price. …

0
134
Member Avatar for hell hansen

Hi Guys, can someone explain me, the advantage using .html or .php Look i know exactly what each extension mean, what im trying to get is in term of website performance. I know that we use it every time but i thing no one ever think about it. Please some …

Member Avatar for hell hansen
0
189
Member Avatar for hell hansen

Hi guys! Im trying to get the ighest value from any array coming from mysql query. What i've till now is it! class vfsClass{ function localvfs() { try { $sql = $this->link->prepare("select Vfs_ID from tbl_track order by id asc"); $sql->execute(); $rs = $sql->fetchAll(PDO::FETCH_ASSOC); return $rs; } catch (PDOException $e) { …

Member Avatar for hell hansen
0
2K
Member Avatar for hell hansen

Hi guys, recently im faceng one problem. i need to nake a queries from external link. The good example is: The website www.example1.com sell some products, and this website have reseller guy called www.example2.com so reseller he want all weeks get updated about prices from suply using queries like www.example1.com?id=1234, …

Member Avatar for hell hansen
0
243
Member Avatar for DeanMSands3

Hii think you can use your wifi on vm! But not really directly. You have to connect to wifi using your host. And then you bridge the interface on vm, and if the gateway has dhcp, you'll get the ip from your router wifi! Ather wise you can add static …

Member Avatar for CimmerianX
0
1K
Member Avatar for hell hansen

Hi guys! recently i decided add more Ip on my dedicate server, like i don't want to host multiple websites in some IP. But the big deal is my main IP is 46.xx.xx.xx is working parfect. And my subnets ip are different network, like 88.1xx.1xx.xx Some to is working if …

Member Avatar for hell hansen
0
219
Member Avatar for hell hansen

Hi Guys. recently i got a Dedicated server with one Ip. and on my side i got man domains, which i want to point for differents ip's but in one server. I can get ip from provider but i've to by. ok bying is not big deal. But the point …

Member Avatar for hell hansen
0
313
Member Avatar for hell hansen

Hi guys i've one page which is hosted on cpanel! and on my localhost is working properly, but on cpanel is not working. The problem is about session and redirecting login, is not working how i want! my cod is: <?php session_start(); /* * To change this license header, choose …

0
87
Member Avatar for hell hansen

Hi guys, i'm tryng to check available when update a record! so i'm getting that the record is available! Bellow my class and my proccess //this is my function i use inside of my class function getInfonupdate($display_name) { $query = $this->link->query("SELECT * FROM tbl_types WHERE display_name != '$display_name'"); $rowcount = …

Member Avatar for hell hansen
0
128
Member Avatar for hell hansen

Hi guys, i'm getting all my cod to PDO, but no luck for my side, and PDO is killing me! i've this table CREATE TABLE IF NOT EXISTS `tbl_organization` ( `id_organization` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) DEFAULT NULL, `registered_name` varchar(100) DEFAULT NULL, `registration_number` varchar(15) DEFAULT NULL, `id_business_type` int(11) DEFAULT …

Member Avatar for pritaeas
0
2K
Member Avatar for hell hansen

Hi guys, I'm trying to connect my new project with PDO, and for simple reason witch i don't know and i've no idea i'm getting connection failedSQLSTATE[28000] [1045] Access denied for user 'www-data'@'localhost' (using password: NO) I tried everything was in my mind, i tried log to mySql by terminal, …

Member Avatar for hell hansen
0
1K
Member Avatar for hell hansen

Hi guys, i want to populate a drop down list with ajax, and so when i select the first option thesecond one select must be populated in table like if shoose <select><option>value one</option> <option>value two</option></select> was supoose be populated the second value in another select, but i want be populated …

Member Avatar for hell hansen
0
208
Member Avatar for hell hansen

Hi Guys, I need to create one app which must run in terminal or cmd, or lets say in background! The app must be able to request a url, and get content of url requested, parse the html and save it as csv. I have it runnig in browser, so …

Member Avatar for lorenzoDAlipio
0
183
Member Avatar for hell hansen

CREATE TABLE IF NOT EXISTS `tbl_person_master` ( `id` int(11) NOT NULL AUTO_INCREMENT, `last_name` varchar(40) DEFAULT NULL, `full_names` varchar(100) DEFAULT NULL COMMENT 'Full first name and middle names', `nick_name` varchar(30) DEFAULT NULL COMMENT 'Most people call you by this name', `identity_number` varchar(13) DEFAULT NULL COMMENT 'National identification number', `photo` varchar(255) DEFAULT …

Member Avatar for gabrielcastillo
0
102

The End.