38,020 Topics

Member Avatar for
Member Avatar for webbiesindia

I have an online exam based php script. Right now the situation is like this. We can create different levels in the php based software. Suppose I create Level 1 and Level 2. In each level I created 3 tests. eg. Test 1.1, 1.2, 1.3 and 2.1, 2.2, 2.3. Right …

Member Avatar for webbiesindia
0
584
Member Avatar for Hilal2009

Hey guys can I have a problem relating to Graph API, I want to get user profile info but it seems I can't generate a session, I don't know what is the problem. Here is my code.....please help me guys session_start(); require_once "facebook/autoload.php"; use Facebook\FacebookSession; use Facebook\FacebookRequest; use Facebook\GraphUser; use …

Member Avatar for cereal
0
1K
Member Avatar for AntonyRayan

while sending message , I face the error : like Resource id #8 while echo the curl_init()

Member Avatar for pritaeas
0
53
Member Avatar for praba_web

I am creating webinar project in codeigniter.How can I create live video streaming to be used for live video conferences/chatting in a PHP application.?

Member Avatar for diafol
0
1K
Member Avatar for wawammm

Hi All, i'm having difficulties downloading about 4000 images from my php script from individual http locations. It works as follows, every object is an xml file, and each xml file has an unknown number of attachments (images) i loop through the xml files and then through the attachments where …

Member Avatar for cereal
0
188
Member Avatar for Lindsey_2

I am using -PHP 5.3.3 (cgi-fcgi) -Apache Web Server 2.1.6 -5.1.73-community -MediaWiki (1.22.0) I need to implement auto login for the mediawiki users by using ldap authetication. However, php_ldap.dll is not found in the /ext file so I went to download and enter the extension=php_ldap.dll in the php.ini file. I …

Member Avatar for andrevanzuydam
0
442
Member Avatar for blueguy777

How to fix the following SQL error? 1You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`Sent`, `handler` varchar(20) NOT NULL, PRIMARY KEY (`id`) )' at line 5 Code: $create_q = 'CREATE TABLE IF …

Member Avatar for andrevanzuydam
0
183
Member Avatar for UK-1991

Hello, I have created an ecommerce website can anyone help me out and let me know that how do i ake a product flter or refine search what ever we say using checkboxees or anyone could sugest any tutorial please. Thank You in advance

Member Avatar for diafol
0
598
Member Avatar for ramsiva

when i am clicking on button, page is refreshing and share popup displayed and immediately hiding any body help me <?php /* Command Center Settings: Fill these out before you use the tool. */ $googleApiClientId = "xxx"; // Your API client ID from https://code.google.com/apis/console/ $inputSize = "70"; //How wide do …

Member Avatar for ramsiva
0
754
Member Avatar for choboja621

I need to create a MULTIPLICATION TABLE with a Start Number and End Number and How many times it should be multiplied. Any tips for the looping? Thank you!

Member Avatar for diafol
0
128
Member Avatar for ravi142

Hello, I have already **Backup** of my website 'wp_content' and database. So I want to setup new worpdress in local **Replance 'New wp_content'** to **'Backup wp_content'** But its given Database path rename with new path. error: Forbidden You don't have permission to access /wordpress/wp-admin/install.php on this server. suggest me if …

Member Avatar for lps
0
122
Member Avatar for ronjacob

Hello Guys, My problem here is I want to check every row of the data if it's in the range of 2 days before today. and will send the email of it's name who fit the condition of 2days before. <?php //******************************************************** //2008/07/16 Yoshifumi Tagawa //******************************************************** $date_today = date("Y/m/d H:i:s"); …

Member Avatar for lps
0
226
Member Avatar for Kritika_1

Hi, I am trying to create form having field textbox. I typed a variable say $a = 10 in the textbox.What I want is to print the value of the variable. Let me know the steps. Thanks

Member Avatar for diafol
0
1K
Member Avatar for mohammed_22

<script> function showUser(str) { if (str == "") { document.getElementById("txtHint").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState …

Member Avatar for mohammed_22
0
184
Member Avatar for mohammed_22

haii....i had lot of different school datas and when i want to login into the data i want to get only the specified data according to the username and password..username and password is different for different schools can you please help me thanks in advance and iam waiting for your …

Member Avatar for mohammed_22
0
176
Member Avatar for janicemurby

Hi i got a scipt from github i have found another problem i cannot login if anyone has any ideas what it could be would be much appriecated ty all in advance x heres login from function.php function auth($login = '', $passwd = '') { session_start(); global $HTTP_SESSION_VARS; $authdata = …

Member Avatar for pixelsoul
0
190
Member Avatar for showman13

OK, All I find all over the web is that this can't be done... What I am looking for is a functional alternative. I have a form that a client fills out with their information for a withdrawal When they finish filling out the form and submit it, I do …

Member Avatar for jkon
0
580
Member Avatar for janicemurby

hi i picked this script up from a site and im trying to install it in my system and i came across the error below 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 …

Member Avatar for janicemurby
0
252
Member Avatar for tibor.marias

I would like to change the icon of a marker while hovering on a HTML element. My markers are generated in a PHP array, which looks like this: $map_flats[] = array( 'title' => $price, 'image' => $file_name, 'type' => '', 'price' => $address, 'address' => $address, 'bedrooms' => $bedrooms, 'bathrooms' …

Member Avatar for jkon
0
253
Member Avatar for Arjun_7

Hi friends, My name is Arjun and i am new to php .My doubt is if we uploading image or any file in online at that time if any of error is accured means i like to display check internet connection...Friends Please tell me that how to display like that.thank …

Member Avatar for mattster
-1
68
Member Avatar for Chanda_1

Hi, I'm using PHP, I am trying to develop: 1. a login page in HTML, once user enter the correct username and password, this will be directed to the User page. 2. In User page, there will be some text fields of the user (eg. name and address), all these …

Member Avatar for Lau_1
0
181
Member Avatar for showman13

I'm studying the Swift Mailer, and wondered if there is someone in here that is familiar enough with the way it works, that you could give me a little guidance. I have a form that I created that allows someone to enter their information as required, and that works just …

Member Avatar for diafol
0
340
Member Avatar for koster25

I need help with creating a "user account" website (i.e. Facebook, Twitter, etc). I have a home page set up, i just need to have the it jump to the "user's profile page" once they login their credentials (username, password). I know it has something to do with MySQL/PHP. Can …

Member Avatar for almostbob
0
549
Member Avatar for shashigowda

Hi Everyone, i need urgent help from you.iam trying to send mail using php mail() functions.iam using XAMPP server.if i run above code iam getting "succesfuuly sent" message as a output but iam not getting any mail in my inbox address.please help methis is my code. <?php if(isset($_POST['submit'])) { $name=$_POST['name']; …

Member Avatar for almostbob
0
494
Member Avatar for shuvobd71

Hello Everybody, My previous discussion is about php function with no argument.My present discussion will be highlighted about the function that uses argumwnt when we call a function like Function newFunction(), we can write any agrgument in this area(). Now we will set a viriable as argument and later assaign …

Member Avatar for almostbob
-3
283
Member Avatar for shuvobd71

Hello Everybody, Today I will discuss about the user defined function of PHP.Basically there are two catagories of PHP function one is built in function and another is user defined function.PHP has about 1000 built in function that we can use when we make any application.on the other hand any …

Member Avatar for jkon
-2
295
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
239
Member Avatar for gganeriwal

Hi All, I am looking to build a dynamic web page for a website I am working on. Let me give a little background here and please give your suggestion how can I get started on this, useful links, etc. I am not a pro but I learn and work …

Member Avatar for jkon
0
160
Member Avatar for sarath.lun

Hi, I am a new web developer. I am now doing with PHP MVC (CodeIgnitor). Could anyone give me the example of how to get data from database to form, then save back to database?

Member Avatar for cereal
0
763
Member Avatar for paul-lucas

Hello, my Wordpress is using now LayerSlider. However, for the image layer content (not image background slider), how I can apply the hover effect? ![layerslider.jpg](/attachments/large/4/845f4982662fae44826df3d378fa05c0.jpg "align-center") And, these are the code using now by LayerSlider: <a alt="" data-ls="offsetxin:0;delayin:3500;easingin:linear;fadein:false;offsetxout:0;easingout:linear;fadeout:false;" style="top: 400px; left: 141.5px; display: block; margin-left: 0px; margin-top: 0px; transform-origin: 50% …

0
117

The End.