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.

~21.1K People Reached
Favorite Tags

20 Posted Topics

Member Avatar for jLamp

I am using the following code to check the user permission (User Role). This is to check whether the user is logged in or not <?php session_start(); if (!isset($_SESSION["username"])) { echo '<script>window.location.href = "userLogin/?notloggedin=true";</script>'; } ?> This is to check whether is an admin or not <?php session_start(); if ($_SESSION["user_group"] …

Member Avatar for alan.davies
0
343
Member Avatar for jLamp

I am looking for a centralized monitoring system for monitor the internet usage of the users in our network. My requirements are, 1. Get the Uploaded & Downloaded MB/GB of each user. 2. Allocate x number of GB for each user for month. Please give your suggest a software for …

Member Avatar for Darragh_1
0
647
Member Avatar for jLamp

Dear Friends, Help me to write a script for create dynamic list menus in php. Simply, my need is retrieve value from URL & create list menus according to the value that we retrieved from URL. Ex : site.com/text.php?no=4 Should be displayed 4 text boxes Thank you friends.

Member Avatar for diafol
0
133
Member Avatar for jLamp

Hi friends, In my web site, I have added Google Translator. From the moment I add Google Translator my some div elements are not working properly. I have set header div 0px from the top. (See the attachment 01 or http://i40.tinypic.com/2lcbcef.jpg) But after I adding GT (Google Translator) header section …

Member Avatar for jLamp
0
297
Member Avatar for jLamp
Member Avatar for ciotadevid
0
152
Member Avatar for jLamp

Dear Friends, As usually I came with a PHP Problem. I've created a form. When user press the Submit button all the data will added to the database. I want to send an email with all data in form to my inbox when the user pressed a submit button. Summary …

Member Avatar for crescendo
0
214
Member Avatar for jLamp

Once, I've stoped Apache in XAMPP by using XAMPP Control Panel. Then, I've tried to start Apache. But it isn't starting. I've already closed Skype, TeamWeaver. :( Help me guys. I've to take so many backups in phpmyadmin :(

Member Avatar for veedeoo
0
317
Member Avatar for jLamp

when include file to dreamweaver i cant edit anything in design view. <?php require('header.php');?> What should i do?

Member Avatar for minitauros
0
114
Member Avatar for jLamp

Dear Friends, I've generated Image Slider using WOWSlider. Now I wants to add tooltip to that Image Slider. It's mean, when user hover mouse on the each slider each tooltip should be displayed. How can I do it?? Please help me friends.

Member Avatar for diafol
0
165
Member Avatar for davy_yg
Member Avatar for jLamp

Dear Friends, I wants to know something. Imaging there are two Text Boxes call, X & Y(Retrieving data from database). When user select one value in X, i wants to display a values of X in Y according to the database without loading page (using ajax) How to I do …

Member Avatar for jaycob15
0
103
Member Avatar for jLamp

Hello Friends, In my office we have a Server, and other 3 users wanted to connect to the server and use MYOB (Accounting Package) software in one time.. I have to install Remote desktop software with Multiple Sessions.. So, is there any solutions?? Open Source software??

Member Avatar for rajutech
0
290
Member Avatar for jLamp

Dear Friends. When i going to UPDATE data of the database using UPDATE function in PHP, following message displays, What should I do? You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':_If_Any_01='Test', History_/_Remarks=NULL, …

Member Avatar for jLamp
0
190
Member Avatar for jLamp

Friends, I have a Huawei E173 Dongle. Yesterday I unlocked it.Firmware update was done successfully, but after unlocking process i cant connect via dongle. Mobile Partner displays an error "Connection Terminated" Help me friends, i wants to get back my dongle :(

0
93
Member Avatar for jLamp

Hello friends, I'm here with a another Question. I wants to redirect all users who are using mobile browsers to m.mydomain.com How can I do that?

Member Avatar for jLamp
0
118
Member Avatar for pol.bala

I've written a code for you. <?php If($_POST) { // Contact subject $name=$_POST['name']; $subject =$_POST['subject']; $detail = $_POST['message']; $mail_from=$name=$_POST['email']; // Details $message=" From: $name \n Subject : $subject \n Email : $mail_from \n Message : $detail "; // Mail of sender $mail_from=$name=$_POST['email']; // From $header="from: $name <$mail_from>"; // Enter your …

Member Avatar for Webville312
0
748
Member Avatar for jLamp

Dear Friends, Tommorow we have a annual Big Match in Our School. So, I hope to update scores ball by ball to our school web site. Is there any script to do this easily.? Thanks in advance

Member Avatar for jLamp
0
143
Member Avatar for jLamp

Dear Friends, I have seen most of sites have a menu like this to show "Where are you now" with beautiful CSS. Now i wants to add the menu like this. But i don't know how should I search, coz i dont know the technical word. Home > Web Development …

Member Avatar for pritaeas
0
103
Member Avatar for jLamp

Dear Friends, I've created a lit bit advanced web site(Online Library System). Before publishing it, now i wants to check its security level. I meant, can hackers attack my site? blah blah blah... Is there any tools to check ???

Member Avatar for jLamp
0
156
Member Avatar for jLamp

Dear Friends, Help me to fix this.. Error Message : **mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in** Code is, <?php $database=$diocese; $table=$category; //capture search term and remove spaces at its both ends if the is any $searchTerm = trim($_GET['query']); //check whether the name parsed is empty if($searchTerm …

Member Avatar for pritaeas
0
17K

The End.