Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for istore221

<?php $user_name = $_POST["NameBox"]; $user_contact = null; $user_contact=$_POST["ContactBox"]; $comment = $_POST["msgbox"]; if($user_contact==null) { $user_contact = "Not provided"; } $to = "mymail@domain.com"; $subject = "Message From Web"; $body = "Contact name is = $user_name | Contact number is = $user_contact | user comment is = $comment"; mail($to,$subject,$body); header("Location:http://www.masconsolidated.com/confirmation.html"); exit; ?> this …

Member Avatar for Anuradha_2
0
252
Member Avatar for unikorndesigns

Well i know its an online file storage web service but i wanted to know specifically hwo do you use it? Let's say i have web application where people upload a lot of files and later on edit and store those file on the server. Ideally i would save files …

Member Avatar for Colleen86
0
262
Member Avatar for unikorndesigns

Hi, I'm new to mobile development. I recently came across phonegap and i wanted to know if PhoneGap would actually be able to build my mobile apps faster. I'm a PHP developer and i use CI for my development. So is PhoneGap something like CI for mobile app development? I …

Member Avatar for Andy Res
0
229
Member Avatar for unikorndesigns

Hey Guys, I have been spending 2 hrs on this work. I just can't figure out how to get this page aligned properly. Here is the link to the html page [Click Here](http://demo.goincubix.com/exosafe/html/ver4/services.html) and here is the susbsequent wp page's link [Click Here](http://exosafe.com/site/services/) I'm so drained looking at the PHP …

Member Avatar for bradly.spicer
0
257
Member Avatar for unikorndesigns

hi guys, Do you guys have any php code where i could add a new class to a div element in a page? using my code am planning to read the file contents of an html page. I wanted to add a class "modify" to all DIVs which has a …

Member Avatar for diafol
0
275
Member Avatar for unikorndesigns

Guys, I am facing a major issue with my html template. On my PC the links are working fine but when i viewed the website on my mobile, the links are not working at all. Here is the [URL](http://unikorndesigns.com/ashish) Thanks in advance.

Member Avatar for Eng. Hadi
0
205
Member Avatar for unikorndesigns

Hi, I am a PHP developer and am working for a company. I used to develop CMS for websites for it's clients but the company used to treat me like shit. I mean really really bad. I was always booed and had to do anything everything asked by my boss …

Member Avatar for unikorndesigns
0
281
Member Avatar for unikorndesigns

Hi guys, I am getting very weird issue here. On my wampserver, this script works fine but not on my liver server which is linux. This is what it does. After a checkbox gets checked, the scripts identifies that and insert a row in table and that script send back …

Member Avatar for LastMitch
0
159
Member Avatar for unikorndesigns

I was working on a project where a set of code opens a file and reads the content of the files and stores those words in a table. I recently had to format my PC and obviously i re-installed the WAMPServer but it didn't seem to work the way i …

Member Avatar for LastMitch
0
148
Member Avatar for unikorndesigns

Hi Guys, My website is showing the default screen we normally get when we buy a hosting account the first time. I have attached the screenshot. I tried to modify the web.config file. Still it doesn't change at all. i had uploaded my files and it used to work for …

Member Avatar for unikorndesigns
0
300
Member Avatar for unikorndesigns

Hi Guys, Does anybody have any idea how to make a create the sub-menu assigning feature which is seen in WP? I wanted to use that in my Web App. Thanks I have attached a file that shows what i am looking for!

Member Avatar for <M/>
0
83
Member Avatar for unikorndesigns

Hi guys, If i have to give a short description about my skill set, i would say i am PHP developer. I have been coding in PHP for the past 4 years and its been an year and half that i have been using CodeIgniter. I loved it! I wanted …

Member Avatar for stultuske
0
198
Member Avatar for unikorndesigns

Hi, I would like to know which is THE BEST platform to develop a web application which will be used by a huge amount of users. Is it PHP or ASP.NET? I am giving more importance to the application performance and security. Thanks!

Member Avatar for deceptikon
0
240
Member Avatar for unikorndesigns

Hi Everyone, I am having a very hard time to figure this out. I had uploaded my CMS which is developed on the CI framework. I have configured the script with the database but however i try to access the index.php file it shows up an Internal Server Error but …

Member Avatar for broj1
0
284
Member Avatar for unikorndesigns

Hello guys, i'll try to explain the problem i am facing here. I had searched for many file uploaders with drag and drop interface. I came across something at http://demos.9lessons.info/multiupload/index.php called the multiuploader. I saw the code and it was a bit of nightmare to me as am not so …

Member Avatar for LastMitch
0
521
Member Avatar for unikorndesigns

Hi, I am developing a CMS in PHP, MySQL for a company in partnership. As you all know PHP is an open source language and it is really easy for a user to resell my software to another client or even publish it online for free. I have an agreement …

Member Avatar for chrishea
0
119
Member Avatar for unikorndesigns

Hi guys, I am trying integrate piwik site analysis graphs with my web app. There is a way to represent the data from the locally hosted piwik in the webapp but it requires the user to log into piwik through its UI. I am thinking of integrating the piwik graphical …

Member Avatar for veedeoo
0
142
Member Avatar for unikorndesigns

Hi I have modified the dropbox script with the following <script type="text/javascript"> $(function(){ var dropbox = $('#dropbox'), message = $('.message', dropbox); dropbox.filedrop({ // The name of the $_FILES entry: paramname:'userfile', maxfiles: 10, maxfilesize: 50, url: '<?php echo base_url();?>ajax/post_file.php', uploadFinished:function(i,file,response){ $.data(file).addClass('done'); // response is the JSON object that post_file.php returns }, …

Member Avatar for LastMitch
0
371
Member Avatar for petrakid

I am using jquery.filedrop.js to create a HTML5 drop box for users. Currently I have it working about 2/3s the way I want it to. The company does yearly conferences, and I have a file path 'file/path/to/conferencefiles' where I save media (docs, images, vids, etc) based on the YEAR of …

Member Avatar for unikorndesigns
0
897
Member Avatar for unikorndesigns

Hi there, I am facing some problems in fetching the tags entered into an input field that uses the the jQuery tagManager. <input type="text" name="tags" placeholder="Tags" class="tagManager"/> normally i just have to echo $_POST['tags'] in the PHP form handling part and it gives me the tags but, with class tagmanager …

Member Avatar for diafol
0
176
Member Avatar for fbutt1289

hi i am a junior web designer and this the problem i am having is that i cannot find were what i am doing wrong could someone please correct. as far as i can tell i am doing everything ok. the code which i have made wont do the result. …

Member Avatar for broj1
0
113
Member Avatar for unikorndesigns

Hello guys, i'll try to explain the problem i am facing here. I had searched for many file uploaders with drag and drop interface. I came across something at http://demos.9lessons.info/multiupload/index.php called the multiuploader. I saw the code and it was a bit of nightmare to me as am not so …

Member Avatar for unikorndesigns
0
415
Member Avatar for unikorndesigns

Hi Guys....i am facing a small issue with an SQL statement here. Will you be able to help me out? I wanted to grab the page title, page author's name which is in the users table, the no of comments, and the page publish date. "SELECT * FROM pages INNER …

Member Avatar for unikorndesigns
0
229
Member Avatar for unikorndesigns

Please analyze the following code. This is being used in CodeIgniter framework... $results["rows"]=$this->Category_model->getAll(); $i=0; while($i<count($results["rows"])) { //$parentids[]=$results["rows"][$i]->cat_id; $disparray[]=array( "cat_id" => $results["rows"][$i]->cat_id, "cat_name" => $this->Category_model->fetchcatinfo($results["rows"][$i]->cat_id, "cat_name"), "cat_parent_id" => $this->Category_model->fetchcatinfo($results["rows"][$i]->cat_id, "cat_parent_id"), "cat_desc" => $this->Category_model->fetchcatinfo($results["rows"][$i]->cat_id, "cat_desc"), "cat_num_posts" => $this->Category_model->fetchnumposts($results["rows"][$i]->cat_id), "cat_parent_id_name"=>$this->Category_model->fetchcatinfo($this->Category_model->fetchcatinfo($results["rows"][$i]->cat_id, "cat_parent_id"), "cat_name") ); $array=explode(",",$this->Category_model->fetchallkids($results["rows"][$i]->cat_id,0)); foreach($array as $item) { if(strlen($item)>0) { $spacecount=substr_count($item,"&nbsp;"); $id=str_replace("&nbsp;","",$item); $spaces=array(); …

Member Avatar for unikorndesigns
0
187
Member Avatar for suniverm
Member Avatar for unikorndesigns

How many number of elements can an array in PHP hold? like 300? 10000? or 10000000000000000000000000000000000000000000000000000000 ???

Member Avatar for unikorndesigns
0
168
Member Avatar for unikorndesigns

I am doing a project on developing an intranet search engine. My search engine uses MySQL as database and it is developed on PHP which is why i am posting this article here.... :D As my search engine is for an intranet and just like an search engine i will …

Member Avatar for diafol
0
96
Member Avatar for unikorndesigns

hey fellow PHP developer, Is there any way we could protect our PHP source code from being modified after a 3rd person receives the code? I had developed a web application and when i give the source code to another person i want it to be write protected. Currently i …

Member Avatar for edwinhermann
0
923
Member Avatar for unikorndesigns

I am currently developing an intranet Search Engine. I have succesfully searched out the files from a collection of small files. I could blend in database information too. The issues is that while searching for a collection of files my algorithm slows down or else it crashes in between. Any …

Member Avatar for cwarn23
0
103