52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Osagie_1

Can anyone help me clear this issue ? I have a JsonMaker class as: class JsonMaker { protected $jsonObj; protected $path; function __construct($filepath) { $this->path = $filepath; $str = file_get_contents($this->path, true); $this->jsonObj = json_decode($str, false); } public function Test_1($rootName){ $file = file_get_contents($filepath, true); $data = json_decode($file, false); foreach ($data->{$rootName} as …

Web Development json php
Member Avatar for broj1
0
129
Member Avatar for Shikha_1

how msg is send to mobile from localhost . i need php code settings in nowsmsgateway settings in php.ini setting in httpd.conf file

Web Development php
Member Avatar for Sangeeta_2
0
220
Member Avatar for rohoni

Hi i am developing a new website for mobile shop in php, I need to implement to send sms for the login users, please help me with code in php

Web Development php
Member Avatar for Semy
0
356
Member Avatar for younes.keraressi

hey, im working on a site on drupal with a theme, i have the main page with slider, i created a new page and i want to use some jquery there, but i search on internet they said that add scripts[] = jquery.js into you them file, the problem when …

Web Development cdn javascript-jquery php
Member Avatar for younes.keraressi
0
286
Member Avatar for RobertDecousta

Hi, I really like to know much more about PHP? what is it? Please explain me clearly.

Web Development php
Member Avatar for diafol
0
311
Member Avatar for SimonIoa

I want to make my website a mobile application. I write in php and after a little research it seems that Zend is the best way to create mobile apps in PHP. Any ideas?

Web Development php
Member Avatar for SimonIoa
0
283
Member Avatar for Maideen

Hi My scenario is I have on text box with date (dd-MM-yyyy). I am using ajax in this text box. I need this date display into another text box with format yyyyMMdd on click the button Because the invoice no Need the yyyyMMdd-00001 when the user select the date. How …

Web Development asp.net
Member Avatar for kvprajapati
0
1K
Member Avatar for AntonyRayan

<? include('connect.php'); ?> <!DOCTYPE html> <html> <head> <script> function showCustomer(str) {alert("dfertvgrevbtr"); var xmlhttp; if (str=="") { document.getElementById("txtHint").innerHTML=""; return; } 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==4 && xmlhttp.status==200) { document.getElementById("txtHint").innerHTML=xmlhttp.responseText; } …

Web Development javascript
Member Avatar for Taywin
0
107
Member Avatar for AntonyRayan

Hi, I dont know how to check password availabilty from mysql database, Can anyone tell me about with simple and brief explanation in php. if the password is already in db, it should show password is match otherwise password do not match . This should show in the field itself.... …

Web Development javascript
Member Avatar for Taywin
0
102
Member Avatar for reynaud0000

Hi Guys i am having a very peculiar problem i have written a small code so that it is possible to sign up to the website i am creating with a few restrictions to each field however from what i see the code seems ok but each time i try …

Web Development php
Member Avatar for matrixdevuk
0
242
Member Avatar for SimonIoa

Hello i have a problem with my website. It is running slow. I asked the my server provider why is that, and they replied its because the webiste uses many embedded urls like youtube, vimeo, dailymotion and so on. And so i have to cache these embedded urls. Anyone knows …

Web Development php
Member Avatar for SimonIoa
0
638
Member Avatar for ravi142

Hello, I would create Login page. which - separate Php for random username password generator - this is just a dummy login with random username and password generator. No database required. - e.g like http://www.surgaliga.com/ **Need:** Is they any script that random suggest detail of login and password after given …

Web Development javascript-jquery php
Member Avatar for heatherIDD
0
286
Member Avatar for mattster

Hi All, I am working with a Magento (v1.8.1) site, which until a week or so ago, was working perfectly. I am using the SM_AMAZ theme, and have no plugins which could interfeare with performance. Everything will be fine, then something in the admin panel will get changed, and the …

Web Development caching ecommerce php
Member Avatar for imti321
0
388
Member Avatar for hankmeyer

I am Using a form to insert data into a table i have created, I receive no errors but for some reason, it states it worked, although it does not insert any data, Here is what I'm using: this is the form page: [CODE]<head> <link rel="stylesheet" href="../uploads/css/style.css" type="text/css" /> </head> …

Web Development mysql php
Member Avatar for shafakhat91
0
9K
Member Avatar for dayanadolce

//i have made a function. but i can't call the function generateOrderedArray() as it says there is a Fatal error. help me! this //is my coding <form action="" method="post" enctype="multipart/form-data"> <html> <table> <tr> <td> <input name="location" type="radio" value="Jasin">Jasin <input name="location" type="radio" value="Merlimau">Merlimau</div></td> </tr> <tr> <td> <input type="submit" name="submit" value="Search" class="butoonfunction" …

Web Development php
Member Avatar for dayanadolce
0
366
Member Avatar for lloyd.farrell.7

Hi Everyone, I have the following php calulation $tplaunch = $tplaunch - $tpsold; This calculates as you would expect. I am helping to build a website that offers the first 25 members to purchase a product at a reduced cost. tplaunch is the number of user who will get the …

Web Development php
Member Avatar for lloyd.farrell.7
0
270
Member Avatar for bobgodwin

I need to sort items from multiple columns. I use this to get the id from the columns and format the data: $.fn.serial = function() { var array = []; var $elem = $(this); $elem.each(function(i) { var id = this.id; $(move_selector, this).each(function(e) { array.push( 'id[]=' + this.id ); }); }); …

Web Development javascript-jquery php
Member Avatar for bobgodwin
0
452
Member Avatar for mwashu

please assist. i can not connect to my sql server (172.16.15.119). i always get this message"Fatal error: Call to undefined function sqlsrv_connect() in C:\Program Files (x86)\EasyPHP-12.1\www\malunde\connect.php on line 5" and the code that i used is: <?php $serverName = "172.16.15.119"; //serverName\instanceName $connectionInfo = array( "Database"=>"TPA-CS_UAT", "UID"=>"sa", "PWD"=>"tpa123"); $conn = sqlsrv_connect( …

Web Development php sql
Member Avatar for broj1
0
179
Member Avatar for Osagie_1

Good day everyone. I am trying to simulate (with php), an xml-like structure for json as follows: { "Articles": [ { "Article": { "ID": 111, "title": Origin of man", "author": "Man and Woman", "pubDate": "21st Feb, 2014", "summary": "Both Idiots" } }, { "Article": { "ID": 222, "title": "Origin of …

Web Development json php xml
Member Avatar for diafol
0
271
Member Avatar for lloyd.farrell.7

Hi Everyone, I have the following script and I would like to rename the uploaded file to web-image(ext) The file is being uploaded to the correct location on the server and the database is being updated correctly, But I am unable to figure out how to rename the uploaded file …

Web Development image php
Member Avatar for diafol
0
1K
Member Avatar for lloyd.farrell.7

Hi Everyone, I have the follow RewriteRule in my htaccess file that works as it should RewriteRule ^(.*)$ /product.php?pid=$1 [QSA,L] If I wanted to add another product page would I just need to add RewriteRule ^(.*)$ /productpage.php?ppge=$1 [QSA,L] for the Rule to work correctly? Thanks in advance

Web Development php
Member Avatar for lloyd.farrell.7
0
155
Member Avatar for davy_yg

input_image.php <?php $result = mysql_query("SELECT * FROM image_upload ORDER BY image_id ASC"); $data = mysql_fetch_array($result); $banner = $data['image_bn']; ?> <p><img src="../../images/<?php $banner; ?>"></p> <?php echo $_SESSION[$banner]; ?> line 13: Notice: Undefined index: adm_banner.jpg in C:\xampp\htdocs\portal\administrator2\admin\input_image.php on line 76 How to fix the error?

Web Development php
Member Avatar for imti321
0
189
Member Avatar for sana.f.qureshi_1

Hey all, so i am working on database queries. Add and delete are working fine. I am having trouble with Edit Query. This is what i am getting: Incorrect syntax near 'Name'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace …

Web Development asp.net open-source sql
Member Avatar for sana.f.qureshi_1
0
497
Member Avatar for beerwinespirits

Hi, i am trying to make an order form that people select their candy they like and how much they want as well as their address and phone number for the website owner to go through and complete the order, i am having trouble getting the php mail function to …

Web Development email php
Member Avatar for imti321
0
215
Member Avatar for kazkuzzer007

excuse me, I'm trying to create a function to copy the array, but the function does not work, please help. thanks before <?php function CopyState($from, $to){ for($i=0; $i<9; $i++){ $to[$i] = $from[$i]; } } $a=array(1,2,3,4,5,6,7,8); CopyState($a,$b); echo $b[2]; ?>

Web Development php
Member Avatar for kazkuzzer007
0
104
Member Avatar for ademmeda

Hi, I am preparing IP ranges for countries to use in my script (.htaccess file) from the data provided by RIRs (Apnic, Afrinic, Arin, Lacnic, Ripencc). I have a couple of questions about how to read and understand the data they provide. For example, Apnic's public records for IP allocations/assignments …

Web Development
Member Avatar for ademmeda
0
152
Member Avatar for imti321

i am missing something <?php $target = "images/dars/"; $target = $target . basename( $_FILES['uploaded']['name']) ; $ok=1; if (file_exists($_FILES['uploaded']['tmp_name'])) { echo "Sorry, file already exists."; $Ok = 0;} //This is our limit file type condition if ($target!=="image/jpg") { echo "You may only upload jpg files.<br>"; $ok=0; } //Here we check that …

Web Development php
Member Avatar for imti321
0
207
Member Avatar for Blueie

Hello I have one field on a Web form for a user to type in his email address. If I leave the field blank and press submit, I get this error: Server Error in '/' Application. -------------------------------------------------------------------------------- System.NullReferenceException: Object reference not set to an instance of an object. The error …

Web Development asp.net
Member Avatar for Blueie
0
812
Member Avatar for djblois

My company is using Legacy ASP with VB script. The code I am testing to try and count the rows in a stored procedure is as follows: If Not isNull(dblOrderMasterID) then Set cmdAttachCount = Server.CreateObject("ADODB.Command") cmdAttachCount.ActiveConnection = cnn 'cmdAttachCount.CommandText = "SP_OrderGetAttchID" 'cmdAttachCount.CommandType = adCmdStoredProc 'prm.Append cmdAttachCount.CreateParameter("@u_order_master_id", adNumeric, adParamInput,,dblOrderMasterID) 'Set rstAttchCount …

Web Development asp.net
Member Avatar for SteveDotNet
0
649
Member Avatar for sameh_1

hello please find and try to help me about this problem> at this file ( Global.asax ) and you can check my website: http://www.almusairiey.com Compiler Error Message: BC30205: End of statement expected. Source Error: Line 16: Line 17: Function GetParentDir() As String Line 18: Dim PD String = Server.MapPath("db\") Line …

Web Development asp.net
Member Avatar for SteveDotNet
0
415
Member Avatar for Maideen

Hi I need to disable the export excel in report viewer in asp.ne I have debugged , shows "Object reference not set to an instance of an object" in this line *"Dim ListRenderingExtensions As System.Reflection.MethodInfo = m_previewService.FieldType.GetMethod("ListRenderingExtensions", Flags)"* pls help me maideen Protected Sub DisableFormat(ByRef viewer As ReportViewer, ByVal formatName …

Web Development asp.net
Member Avatar for SteveDotNet
0
356
Member Avatar for Blueie

Hello I am getting a bit mixed up with my code: Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim validFileTypes As String() = {"bmp", "gif", "png", "jpg", "jpeg", "doc", "docx", "txt", "xls"} Dim ext As String = System.IO.Path.GetExtension(FileUpload1.PostedFile.FileName) Dim isValidFile As Boolean = False For …

Web Development asp.net
Member Avatar for Blueie
0
132
Member Avatar for <M/>

Is there a way to connect wordpress and dreamweaver together, in an easy way? I have been getting frustrated with templates that I use and now i want to completely modify them so that they fit my needs. I want to be able to make a change on dreamweaver and …

Web Development wordpress
Member Avatar for <M/>
0
183
Member Avatar for Osagie_1

i have a php methode that checks if a passed in parameter is a date. Here's it: public function is_Date($str){ if (is_numeric($str) || preg_match('^[0-9]^', $str)){ $stamp = strtotime($str); $month = date( 'm', $stamp ); $day = date( 'd', $stamp ); $year = date( 'Y', $stamp ); return checkdate($month, $day, $year); …

Web Development php regex
Member Avatar for cereal
0
868
Member Avatar for jean_5
Member Avatar for Troy III
0
180
Member Avatar for imti321

(1)You have a PHP 1 dimensional array. Please write a PHP function that takes 1 array as its parameter and returns an array. The function must delete values in the input array that shows up 3 times or more? For example, if you give the function array(1, 3, 5, 2, …

Web Development php wordpress
Member Avatar for diafol
0
157
Member Avatar for kevin32

Hi. I'm looking for a social networking or dating script/software with the following features: > Standalone script/software to be used on my own server (no hosted solutions). > Supports mobile devices. Users can view my website, edit their profile and upload photos from their mobile phone. Can anyone recommend a …

Web Development php
Member Avatar for Jerry_8
0
207
Member Avatar for Violet_82

HI guys, I'm having a problem with hiding and showing a panel that contains a text box. Basically the panel is hidden and whenever a radio box is selected the panel should show but it won't work. Here is the code: <div class="expensesForm"> <div class="control-group"> <label class="control-label" for="rent">Rent</label> <div class="controls"> …

Web Development asp.net
Member Avatar for Violet_82
0
2K
Member Avatar for Violet_82

Hi all, I just came across something odd. I'm just building a simple form, like this in visual studio <div class="control-group"> <label class="control-label" for="rent">Rent</label> <div class="controls"> <asp:RadioButton ID="rent" runat="server" GroupName="expenses" /> </div> </div> and when I viewed it, I expected to be able to click on the label and get …

Web Development asp asp.net visual-studio
Member Avatar for Violet_82
0
4K
Member Avatar for iamthwee

Hi guys, This one has got me completely stumped. Here are my trouble shooting notes. My upload script works absolutely fine without any changes on localhost. However, on the live production server my files do not get uploaded. My view is: <?php echo form_open_multipart('upload/do_upload');?> <input type="file" name="userfile" size="20" /> <br/> …

Member Avatar for iamthwee
0
9K
Member Avatar for davy_yg

I have some errors while trying to fix the following codes: update_image2.php <?php //LOAD IMAGE TABLE if (!empty($_GET['image_id'])){ $result = mysql_query("SELECT * FROM image_upload WHERE image_id='".$_GET['image_id']."'") or die(mysql_error()); $data = mysql_fetch_array($result); $image_id = $_GET['image_id']; $newfilename = $data['newfilename']; $class = $data['class']; $location = $data['location']; $minwidth = $data['minwidth']; $maxwidth = $data['maxwidth']; $minheight …

Web Development php
Member Avatar for matrixdevuk
0
894
Member Avatar for Sahishnu

My php code to populate drop downs look like this: <head> <title>STOCKINSERT</title> <?php session_start(); $conn = new mysqli('localhost', 'root', 's', 'smv') or die ('Cannot connect to db'); $result = $conn->query("select code, name from itemname"); $hvo = $conn->query("select code, name from hvomaster where TYPE=1"); $spoke = $conn->query("select code, name from hvomaster …

Web Development
Member Avatar for hericles
0
241
Member Avatar for adsegzy

Hello Friends, Am working on a greeting card project (like www.funkypigeon.com) where after customizing a card, you can submit it to DB and a thumbnail of what you created will be generated. At submitting the card, I generate d customization in txt like below.But how do i generate a thumnail …

Web Development image php
Member Avatar for cereal
0
436
Member Avatar for ademmeda

Hi, I have the following code in my .htaccess file to block an IP from accessing a file on my site and it works fine. <Files mypage.html> Order Deny,Allow Deny from XXX.XXX.XXX.XXX </Files> Is there a way to block an IP from accessing a page (e.g., mydomain.com/mypage/)? Thanks for a …

Web Development
Member Avatar for cereal
0
289
Member Avatar for ericcarver

Hello. I am tasked with making a small survey for internal use. I have the HTML made up where it asks for a incident number (6 digit number) and has 15 checkbox items. Users here will goto the survey as needed, type in an incident number and check the box …

Web Development mysql php
Member Avatar for diafol
0
731
Member Avatar for AntonyRayan

<? abstract class BaseData { protected $connection; public function __construct($connection) { $this->connection = $connection; } abstract public function connected(); abstract public function get(); } class UserData extends BaseData { public function exists() { return is_connected($this->connection); } public function get() { return get_data($this->connection); } } $UserData = new UserData(new Connection()); ?> …

Web Development php
Member Avatar for diafol
0
203
Member Avatar for amith_ami

hi all... how to categorize multiple values in a table field. for ex:- id Field 1 Adult 2 Adult 3 Child 4 Child 5 Senior 6 Senior i.e, 3 category Adult as 1,Child as 2, Senior as 3 i want the result as like this count catname 1 of 1 …

Web Development php
Member Avatar for diafol
0
210
Member Avatar for hijran khan

book a seat and move to user histoy page and see his booked seats . is this a good way ? what should i do , i do not know :( (airline seat reservation) <?php session_start(); if(!isset($_COOKIE['loggedin'])){ header("location:index.php"); } ?> <html> <head> <title><?php echo $_SESSION['user'];?></title> <style type="text/css"> h5 { position: …

Web Development html-css php
Member Avatar for Taywin
0
226
Member Avatar for ahvic4u

[CODE]<html> <style> #playingArea { position: absolute; top: 1; left: 1; border: 5px solid black; width: 750; height: 720; z-index: 2; } #basket { position: absolute; top: 650; left: 228; width: 64; height: 16; } </style> <script type="text/javascript" language="Javascript"> var basket; var basketLeft = 228; function keyListener(e) { e = window.event; …

Web Development html-css javascript
Member Avatar for Taywin
0
2K
Member Avatar for Reena_1

I have these two script which work differently & want to merge as one.I tried lot,either script A work or script B,but not working together in single.Pls help to write them as single. Script A: <?php $target_dir = "uploads/"; $target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]); $uploadOk = 1; $imageFileType = pathinfo($target_file,PATHINFO_EXTENSION); …

Web Development image php
Member Avatar for Taywin
0
336

The End.