Posts
 
Reputation
Joined
Last Seen
Ranked #297
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
98% Quality Score
Upvotes Received
73
Posts with Upvotes
60
Upvoting Members
35
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
17 Commented Posts
6 Endorsements
Ranked #299
Ranked #252
~106.64K People Reached
About Me

Hmmmmmmmm

Favorite Tags
Member Avatar for Squidge

hi everyone. been a while since i have been on here, alot has changed. I am in the middle of amending/adding features to an installer using python. I have the dropbox API (for business) set up and working, upload and downloading without issue. The potential issue i see is during …

Member Avatar for rproffitt
0
1K
Member Avatar for rakibtg

I am using PHP Simple HTML DOM Parser to fetch urls, but i got an error while fetching links. Have a look at this script: $result = str_get_html($result); foreach($result->find('a') as $element) $result = str_get_html($result); $result = str_replace('http://', '', $result); foreach($result->find('a') as $elementa) echo $element->href; echo $elementa->href; Here I want to …

Member Avatar for sagar.shetty.946
0
2K
Member Avatar for joanelaine

Hi, I have an Asus laptop, it's about 7 or 8 years old. The only thing wrong is that it is very very slow so I want to do a reinstall. I thought a clean install the best way to go, I did a repair a couple of years ago …

Member Avatar for gerbil
0
485
Member Avatar for shhh

Hi, I am using wdCalendar and it is working fine localhost . But when I have the using on server it's not work show msg'sory could not load your data, please try agan later.... (I have changed my server username and password bot not work) plz tell me how to …

Member Avatar for chandni2014
0
428
Member Avatar for kingkong142

Hi, I checked error log and found following php errors/warning, 1) File CODE: <a href="http://<?php echo $esrow_off['fld_company_url']."".stripslashes()?>" target="_blank"><img src="<?=$domain_url?>/admin/partnerimages/<?=$esrow_off['fld_partners_image']?>" border="0" height="42" /></a> PHP error / Warning: [17-Jun-2013 23:31:59 Europe/Minsk] PHP Warning: stripslashes() expects exactly 1 parameter, 0 given 2) File CODE: $esq_row2=mysql_fetch_array(mysql_query("select * from esb2b_products where es_id=$id")); [16-Jun-2013 00:29:51 Europe/Minsk] …

Member Avatar for stekmil
0
294
Member Avatar for ak.mankar9

Yesterday I followed a thread trying to learn to lock file folders using the cacls in the command window. I thought I'd use the "E:\Virus Converter\Daily" file folder in my "E:" as my target,....actually that folder has huge contents.....folder size may be more than 56GB..... I was able to lock …

Member Avatar for rch1231
0
176
Member Avatar for chicpang

**Hi, How would I write a Windows Command to delete all folders recurvsively with a specific wildcard name ({*}) under a specific path that is older than 10 days? I would like to run this on the command prompt and I also want to run it as a batch file. …

Member Avatar for Reverend Jim
0
1K
Member Avatar for Squidge

Hi all, its been a while since i have been on DW. I have started tasking MDT deployment. The issue i have is i need to capture a user input, for example a custom serial number. This will then be passed into the registry hive for OEM'ing. I have a …

Member Avatar for Squidge
0
120
Member Avatar for kyle.santelices.31

hello pleas help me , it says i have a suntax error in line 19 ";" <?php // if something was posted, start the process... if(isset($_POST['upload'])) { // define the posted file into variables $name = $_FILES['picture']['name']; $tmp_name = $_FILES['picture']['tmp_name']; $type = $_FILES['picture']['type']; $size = $_FILES['picture']['size']; // get the width …

Member Avatar for Bachu
0
191
Member Avatar for wallet123

Hello guys!. I posted a question similar to this, but then i was able to solve that problem so, this new thing arise. I want to practice PHP. I need to learn it becauseill be doing a project using it, im a noob. Means, i know nothing about it so …

Member Avatar for Squidge
0
275
Member Avatar for Ramakrishnan.L
Member Avatar for fheppell

I have a problem with one of my php scripts. I've got a file called view.php. If I go to test.com/view?id=7575 it comes up with a 404 error. However if I go to test.com/view.php?id=7575 it works. Why is this?

Member Avatar for gogs85
0
204
Member Avatar for Rachael_1

Hi, I have read through several questions on stackoverflow before asking this. I have very little knowledge on php and mysql so much help is needed. So, what I needed is to create a button for every table row so that when user hits the "copy" button, the data for …

Member Avatar for broj1
0
1K
Member Avatar for albanclesh

Hi! am new in php, and i want my web application to be able to print the data displayed on my web page by pressing on the print button. HELP ME PLEASE,VERY URGENT!

Member Avatar for albanclesh
0
444
Member Avatar for spluskhan

Gyz i have some serious prob my code. if you find any error plz correct me . My code for Pay Fees (Update) <div id="wb_Form1" style="position:absolute;width:365px;height:270px;"> <form name="update" method="post" action="./Update_Fess.php" id="Form1"> <div id="wb_Text7" style="position:absolute;left:10px;top:15px;width:104px;height:16px;z-index:1;text-align:left;"> <span style="color:#000000;font-family:Arial;font-size:13px;">ISPID#:</span></div> <input type="text" id="Editbox1" style="position:absolute;left:124px;top:15px;width:198px;height:23px;line-height:23px;z-index:2;" name="ISPID" value=""> <div id="wb_Text9" style="position:absolute;left:10px;top:45px;width:104px;height:16px;z-index:3;text-align:left;"> <span style="color:#000000;font-family:Arial;font-size:13px;">August 2013:</span></div> <input type="text" …

Member Avatar for diafol
0
373
Member Avatar for mpc123

I have the following code but when $newstring echos out as '.-ucwords(strtolower(-['First.Name']))-.-'-'.-ucwords(strtolower(-['Last.Name']))-.-.php It should echo out the fields from the database noy just that code. If someone could help please $txtname = "'. ucwords(strtolower($row ['First.Name'])) . '-'. ucwords(strtolower($row ['Last.Name'])) . "; $newstring = str_replace(" ", "-", $txtname); while($row = mysql_fetch_array($result)) …

Member Avatar for mpc123
0
142
Member Avatar for jovstudios

Hello Guys. I need your help, I dont know why the input of my code like this, I have a database which is upload, then categorize by Personal, Animals, And Natures. When I choose Personal i want to show all image in Personal, but my code doing like this, when …

Member Avatar for Squidge
0
487
Member Avatar for sushants
Member Avatar for Squidge
0
134
Member Avatar for davy_yg

Hello all, I am looking for a free upload class script and I find this: [upload class](http://www.verot.net/php_class_upload.htm) Yet, I still do not know how to use it. When I try to upload pictures file in the browser they show me bunch of codes instead showing me the file pictures and …

Member Avatar for Squidge
0
329
Member Avatar for lloydsbackyard

im using wampserver and i want to put password in the database. i check some video tutorias but when i try it it is not working in my case. can anybody please help me give some ideas. thanks

Member Avatar for lloydsbackyard
0
161
Member Avatar for showman13

Good Morning, Got a question regarding using CURL to automate the submission of a form. What I'm trying to accomplish is to avoid someone submitting a paypal payment more than one time for a purchase through my shopping cart. I can do it by submitting the form to paypal and …

Member Avatar for ryantroop
0
698
Member Avatar for cmps

Hey all!! I am thinking of creating a website that may contain some buying/selling items, so I was wondering which framework is the best for shopping online. I have some experience with codeigniter, but I was using it for its MVC structure which organizes and uses files more efficently. Anyway …

Member Avatar for diafol
0
185
Member Avatar for jovstudios

how can detect if the username is already exist?? i don't what is lacking in my code. this is my code: <?php include( "db.php" ); $first = strip_tags(mysql_real_escape_string($_POST['first'])); $last = strip_tags(mysql_real_escape_string($_POST['last'])); $username = strip_tags(mysql_real_escape_string($_POST['username'])); $password = strip_tags(mysql_real_escape_string($_POST['password'])); $password2 = strip_tags(mysql_real_escape_string($_POST['password2'])); $passwordmd5 = md5($password); if( empty($first) || empty($last) ||empty($username) || empty($password) …

Member Avatar for diafol
0
182
Member Avatar for GlenRogers

I have a form that shows images whos paths are stored in mysql. The form has 'hide' and 'show' submit buttons for each image. Pressing the hide button should set the value of the 'status' field to 2 (hidden). But it does nothing, my queries don't seem to execute. Here …

Member Avatar for GlenRogers
0
222
Member Avatar for yachile

i dont recieve any mail in my box, can someone help and tell me whats the problem!!

Member Avatar for mmcdonald
0
212
Member Avatar for xclusivekelly

I am about to set up a wifi network that would run for about 5km and would enable about 300 users to connect for highspeed internet access. please i need recommendation on the type of equipmenst to use and the amount of bandwidth to purchas I will be very grateful …

Member Avatar for Squidge
0
372
Member Avatar for nacedo

I am searching for an e-commerce solution that integrates with paypal and wordpress wich can show the remaining balance for the payment for a customer. I sell services and sometimes my customer needs pay with multiple payments, within multiple days. For example : My typical price for my service is …

Member Avatar for nacedo
0
264
Member Avatar for london-G

Hello, When I am running my page I get this error: Fatal error: Call to undefined method WC_Cart::get_fees() in /var/sites/m/mysite.co.uk/public_html/wp-content/themes/mio/woocommerce/checkout/review-order.php on line 53 Here is my review-order.php <?php /** * Review order form * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) …

Member Avatar for Atli
0
393
Member Avatar for L-D

Hi! Back again with two new errors... Saved as text files Deprecated: Function session_unregister() is deprecated in /home/content/13/11394913/html/logout.php on line 15 http://www.universal-abundance.com/logout.txt Ln 15 is a blank line! Deprecated: Function eregi() is deprecated in /home/content/13/11394913/html/join.php on line 52 http://www.universal-abundance.com/join.txt Ln 52 } elseif(!preg_match("/^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$/i", $_POST['email'])) { Thanks! L-D

Member Avatar for Zagga
0
274
Member Avatar for Fiorentino01^

Hi I need some help please. I am trying to display mysql data on webpage.I got this example from PHPEasyStep but it does not work. I think the code is a few years old and not compatible with my version of Php which is 5.4.Actually I have this problem with …

Member Avatar for Fiorentino01^
0
352