39,389 Topics

Member Avatar for
Member Avatar for My_Specs_1

I am trying to create a code that will generate a webpage. Here is what I have so far. I am looking to just take data that is queried from our server and display it on a page. Their is a form that is populating the ID on the query …

Member Avatar for pixelsoul
0
178
Member Avatar for cssweb

hello how are you, i have searched on every thing has a related with my issue here but it does not solve my problem. my problem with Facebook like button it does not pick the right image that i have assigned to my topic ,it picks random images but when …

Member Avatar for pixelsoul
0
198
Member Avatar for guilherme.carvalho.9250

Hello to everyone, I´m having problems on retrieving data from mysql to a textfield in html, the data appears with queston marks inside of a "black diamond"! I researched and followed the steps like putting the database charset utf8, the table too! When I insert for example Alimentação its goes …

Member Avatar for guilherme.carvalho.9250
0
3K
Member Avatar for rp91

Hi, my problem is as follows. My aim is when a user clicks 'comment' for a post, a `<div>` appears with the form, which I can get working just fine. However as moving on with my development, now when a user clicks 'comment', parameters are passed to change the url …

Member Avatar for pixelsoul
0
239
Member Avatar for GlenRogers

Hi, Can you set auto increment in phpmyadmin to be 2? So that it goes 1, 3, 5, 7etc? Thanks...............

Member Avatar for GlenRogers
0
218
Member Avatar for asifalizaman

what is the difference b/t PHP and ASP.net php is the server side scripting language and ASP.net is i think same as php but specific to Microsoft .am i right kindly explain differenc

Member Avatar for jkon
2
250
Member Avatar for Atlanta15Braves

I have seen a few different ways to solve this problem, but no solution has worked for me. I am logging into a database and incrementing a hit counter when someone goes to the page. I have two files, hitcounter.php and count visits.php Count visits is used by the visitor …

Member Avatar for Atlanta15Braves
0
580
Member Avatar for nstrazimiri

hello. I need to dedupe e text. meaning if i have an array with stored strings, it will check and compare each row of array with each other to test if text[i]==text[i+1]. to dot this i thougt to catch the text from an input, ex:text are and consider it as …

Member Avatar for nstrazimiri
0
199
Member Avatar for tokick4

Ok I am working something that I have seen others do and that is to echo out a form table and what I am trying to do is to get the data that is not assigned to a user and allow the admin to assign it to the user. I …

Member Avatar for LastMitch
0
175
Member Avatar for kindo

# Guys help with this... are all this paths to the file. # I found this on google This is the link [Click Here](http://www.google.com/xjs/_/js/s/sy9,gf,lr,sy57,cwsc,wta,sy119,ntf,sy44,sy45,sy46,sy48,sy52,sy47,sy53,sy49,sy55,sy54,sy50,sy56,sy51,adct/rt=j/ver=V7Ny-OUsbvw.en_US./am=CA/d=0/sv=1/rs=AItRSTNTQEkMjnw5NEaDowS7vIR7ajYYrw) The Structure **https://www.google.com/xjs/_/js/s/sy9,gf,lr,sy57,cwsc,wta,sy119,ntf,sy44,sy45,sy46,sy48,sy52,sy47,sy53,sy49,sy55,sy54,sy50,sy56,sy51,adct/rt=j/ver=V7Ny-OUsbvw.en_US./am=CA/d=0/sv=1/rs=AItRSTNTQEkMjnw5NEaDowS7vIR7ajYYrw** This is the main file: **"rv=PretRSTNTQEkMjnw545454545Yrw"**. no extensions just plain but I want to ask if all this: **/xjs/_/...** are paths to that …

Member Avatar for TonyG_cyprus
0
161
Member Avatar for tibormarias

Dear Readers, I am creating dynamic URL-s, for example: **example.com/example.php?this=Something**. Inside this page, I use pagination, but after that my URL will look like this: **example.com/example.php?this=Something?page=2** It does not work. Can you give me some tips or advices or examples on how to make it work? Thank you, Tibor

Member Avatar for diafol
0
184
Member Avatar for hallianonline

hi there, I have a little question that i am facing a little problem in my theme breadcrumbs and dont know how to resolve this issue actually the breadcrumbs is not seprating the main and primary category it should be work like Home > Main Category > Parent Category > …

Member Avatar for pixelsoul
0
194
Member Avatar for aisha.edris1

hi every one i need ur help i want insert time when some one choose a movie and then select time and then booking the movie.... so how can i insert time to choose the movie time will be see it? thanx alot for helping

Member Avatar for Octet
0
106
Member Avatar for davecoventry

I am adminitering a (Joomla) site set up by someone else. The site uses a proprietry system (paid for) whereby advertisers on a classifieds page can be emailed with queries about the product being advertised. I need to keep track of these emails for the purposes of following up, but …

Member Avatar for pixelsoul
0
95
Member Avatar for andymcr

Hi everyone I'm new here and posting because I have a problem with a PHP script I'm trying to write. I'm testing it as it goes along, but having a problem. I want to select certain people from my database, and send each of them an e-mail. To test, I …

Member Avatar for pixelsoul
0
405
Member Avatar for Ctechnology24

[CODE] $query1 = "SELECT tblpatient_pass.RelationMR_no, tblpatient_pass.username, tblpatient_pass.password, tblpatient_pass.email_address, tblpatient_info.lastname, tblpatient_info.firstname, tblpatient_info.mname FROM tblpatient_pass INNER JOIN tblpatient_info ON tblpatient_pass.RelationMR_no=tblpatient_info.MR_no "; $numrows = mysql_num_rows($query1); if ($numrows!=0) { while ($row = mysql_fetch_array($query1)) { $username = $_SESSION['username']; $query = mysql_query("SELECT * FROM tblpatient_pass WHERE username =".$username); $result = mysql_query($query) or die(mysql_error()); while ($patient = …

Member Avatar for suresh.godavarthi.77
0
3K
Member Avatar for vijayram

Hi everybody, What is the problem in this code.the layout record print not seperately.display cascade style. anybody help me. <?php foreach ($planbooks as $planbook): ?> <div id="planbook-content" class="float" onclick="window.location.href='<?php echo url_for("@planbook_planmate") ?>' "> <?php for($i=0;$i<=planbook; $i++): ?> <?php $planbook =$i?> <?php $count++ ?> <div planbook="<?php echo $i ?>" class="float"?><?php echo …

Member Avatar for radow
0
216
Member Avatar for dukel_boy

Good day! I was looking for a reference on how to set up a payflow pro or a paypal pro in my website. I have read lot of guide in setting already but I cannot find the right SDK for Paypal Pro. I also check the SDK downloads of Paypal …

Member Avatar for LastMitch
0
145
Member Avatar for Scribbller
Member Avatar for jon92

hello, ive recently created a login in and register page for a website im working on and when using the register.php page to sign up, then entering the details into the login.php page all the login page seems to be doing is refreshing and removing the entered information and not …

Member Avatar for jon92
0
212
Member Avatar for drewpark88

Hey guys, I have a quick question. I normally only do Front-End but I have just started working more with PHP. So I have a question regarding conditionals. Here is my code: //I actually get this from when a user posts, this is for demo $videoURL = "http://www.youtube.com/watch?v=-XjwL9kCmgc"; $parsedURL = …

Member Avatar for drewpark88
0
103
Member Avatar for kony

Iam a newer in php Programming . How can I Improve myself in here. I colud not get a complete project. just Give me a project because I wanna learn basic something in php. i know basic programming but i could not complete any project . Give me a project …

Member Avatar for diafol
0
149
Member Avatar for hanan-kh

hi..The problem is that the data is not saved in the database Knowing he was not shown to me any errors in the code, but does not store data in the database <? class myclass{ function __construct(){ $conn=mysql_connect("localhost","root","1"); mysql_select_db("society",$conn); } function validlogin($t1,$t2) { $res = mysql_query("select * from admin where …

Member Avatar for hanan-kh
0
284
Member Avatar for varunsara

I fetch some data from the remote server and feed it into my site database .It having 9 lakhs of records(app) but the insertion of records stopped 60,180 records only.we use mailto function and exception handler to find the bugs but no response.Anyone please advice me whether the cron get …

Member Avatar for pritaeas
0
422
Member Avatar for Rahul47

Don't know what's wrong with this code ?? Can anyone figure it out ?? <?php header('Content-Disposition: attachment; filename="'.$_GET['file'].'"'); header('Content-type: application/pdf'); readfile($_GET['file']); ?> Thanks !!

Member Avatar for pritaeas
0
43
Member Avatar for dinhunzvi

i have the following php files. <?php require_once '../moonlight/includes/mysql_connect.php'; require_once '../moonlight/includes/functions.php'; require_once 'includes/reader.php'; /** * @author FreeUser * @copyright 2013 */ if ( isset( $_POST['submitted'] ) ) { $errors = array(); if ( $_POST['authorityID'] == "" ) { $errors[] = 'Select the paying authority.'; } else { $authorityID = (int)$_POST['authorityID']; …

Member Avatar for dinhunzvi
0
196
Member Avatar for kingk110

I am using the google search engine. I can add autocomplete terms and upload an xml file with the autocompletetion terms within the site itself. I am trying to auto upload this xml file by a console application or a php file.Is there a way that I can auto-upload this …

Member Avatar for LastMitch
0
296
Member Avatar for m.tompkinsnz

Hi Guys, I'm currently embarking on a project relating to inventory management within my business, and have done a concept in Visual Basic. I'm now going through the motions of deciding which angle to take in regards to mobile access of the application. I have thought about whether to write …

Member Avatar for LastMitch
0
173
Member Avatar for RascelleGrepo

Hi. I am working on my Online Examination project in my web development subject but I am having a hard time to code how to go back to my previous page where I put session on it. my online exam are categorize by subject then inside the subject there is …

Member Avatar for kindo
0
398
Member Avatar for rexmatthew

Please help. I already had my booking calendar added to my site last week and the calendar showed up but now only the booking form is showing up but the calendar does not seem to show. I've tried a lot of fixes and nothing seems to work. Please help. ------------------------------------------------------------ …

Member Avatar for rexmatthew
0
364

The End.