- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Web Designer
36 Posted Topics
Hi all, I am new to C# and i am learning it from home.. so my doubts may seem silly to some of you:( . I am posting here to find some help fr the errors i get.. I am practising namespaces and i keep getting this error when i … | |
Hi, I am trying to embed audio/video content such as youtube links and playlists from imeem.com into my website for each user of their choice. What are the measures to be taken to display $user_choice_video variable which is retrieved from database!? I am afraid there might be attacks if i … | |
Hi all, My client wants to host the videos on his site using the embed code and link of the video. What is the best way to protect the videos from downloading or saving it into pcs. Client wants his videos to remain secured and private and users can view … | |
Re: >Hello, I am new at this. My new website has 'weirded out' for this reason: Parse error: syntax error, unexpected $end in /home/content/e/b/a/ebaybe1/html/wp-content/themes/paisley/page.php on line 57 >Please tell me what this means and do I fix it from the site/wordpress end or the files end. I am using word press … | |
Hello all, I am trying to connect to sqlserver on godaddy but facing so much trouble with the connection strings. I wanted to use C# but wasnt successfully in making a connection. when i simply copy-pasted their vb-script connection strings sample.. it worked. I tried to modify vb to c# … | |
Re: [url]www.functionx.com[/url] [url]www.vijayamukhi.com[/url] [url]www.codeproject.com[/url] [url]www.sitepoint.com[/url] [url]www.brainbell.com[/url] [url]http://www.informit.com/library/library.aspx?b=STY_Csharp_24hours[/url] | |
Hi I trying to implement pagination using LIMIT in MySQL. My problem is it works good for the first 3 results only and for later results it shows error saying [COLOR="Red"]check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 3, 3' … | |
Re: [QUOTE=menew;880191]thanks for your reply...can you tell me some good books for PHP thanks[/QUOTE] I would suggest you to Go with [LIST] [*][url]http://www.w3schools.com/php/default.asp[/url] [*][url]http://www.tizag.com/phpT/[/url] [*][url]http://www.tuxradar.com/practicalphp[/url] [*]and google on a particular concept for help [/LIST] | |
Re: [QUOTE=leviathan185;874801]Hi, I was wondering if there was another way to redirect a user to an other page other that the header("Location: URL") function. My problem is that I am itterating through a buch of if statements and if i use the header function it gives me an error as the … | |
Hi , I have a text field in a table and i would like to split it into pages for viewing pleasure. I know how to split it into set of pages if it is in rows. But i couldn't get clue how to split a lengthy text field into … | |
Re: [QUOTE=cs4monkey;874809]Hi, I'm very new to php and i'm really struggling to work the following out. I have a link in one of my php pages [B]storeitems.php?cat=Foods&store=Yes[/B] that uses a recordset in the target page to display a list according to the above variables. How can I make my 1st variable … | |
Re: [QUOTE=jabroni7;868092]hi Please help me with code or links i have a text box,when ever some one types a letter or more ,it should search those letters from an array of values or from a mysql table and display all the values starting with value in a text box in a … | |
Hi all, How to merge a forum into a pre-exisiting website? All what i mean is i took a forum(which has its own registration , sigin-in feature) and a preexisting website (which too have its registration and signin feature). Both are now hosted in the same domain and use different … | |
Re: [QUOTE=veledrom;868667]Hi, I use PHP and have a question. As cookies and sessions have their pros and cons, I don’t know which one is better for shopping card. If I use cookie then user my block it. Therefore, my e-commerce web site won’t serve the purposes. If I use session then … | |
Re: [QUOTE=peter_nichol;846522]When uploading the file I think you mean to the remote server, and you can just use an FTP client for this such as Filezilla, Dreamweaver, FTP Pro, LeechFTP, etc... When linking to the pdf document make sure you use $_SERVER['DOCUMENT_ROOT'] And then the file path and filename to the … | |
Hi, I want user to record his voice and save it in website. I could not figure out how the connection can be established between microphone on user pc and website. I have googled enough but could not find any useful leads. Anyone who has some knowledge over it please … | |
Hello all, I work on MySQL and i have knowledge about it. I have no idea of what Apache is? I googled and came to know just like MySQL it is also a Web Server and nothing more about it. When people ask me if i have experience with Apache?! … | |
Re: [QUOTE=rane_;858253]Hi guys, I have read a lot of posts here for the same problem but I just can't seem to identify the problem in my code (im only a wannabe geek so please use laymans) Parse error: syntax error, unexpected T_STRING in /home/content/w/e/i/weightlosscand/html/sqz2.php on line 65 here's line 64-66 [code]<input … | |
Hello all, I have this strange problem. 1. I have one file in a sub directory which has code for displaying images - images are stored in main directory . 2. Now the reference to that image is retrieved from MySQL database table row[image]. here is the code i am … | |
Hi all, i have this bbcode for a [URL] which is not working. Please let me know whats wrong with it. [code] // Perform URL Search $post = preg_replace("/\[url\]([$URLSearchString]*)\[\/url\]/", '<a href="javascript:go('$1','new')">$1</a>', $post); $post = preg_replace("(\[url\=([$URLSearchString]*)\](.+?)\[/url\])", '<a href="javascript:go('$1','new')">$2</a>', $post); [/code] Thank you. | |
Hi I want to display results which are retrieved from the database in the following format: 1 2 3 4 5 6 7 8 9 ........ ....... ..... based on the mysql_row_count() dividing the results into 3 columns and n rows. [code=php] $result1 = mysql_query("SELECT * FROM table2"); $row = … | |
Hello all, I know this is not a question related to some asp.net error but posting it in here because of the hope that people who are working in asp.net might be able to answer my problem. I attended a technical phone interview few weeks back and today got a … | |
Re: [QUOTE=harrysuke;793055] [U]table items[/U] barcode quantity price id [U]table serial_number[/U] barcode serial_number id [U]table items_out[/U] barcode serial_number quantity price id i have three table just like i describe above. if i choose a barcode and quantity=2 from table items and i want to move 2 serial_number from table serial_number to table … | |
Hello all, I have this strange problem. I have a website where user can post messages to the site. I see from yesterday that someone is trying is manipulate with the forms. I see some 1048 messages posted in a single minute to the site :( . I used nl2br(htmlentities(-displaymessage)).. … | |
Hello all, Are UDFs written only on SQL Analyser in within the SQL? Can we use them in programming code?How to use them in the code? What are the actual benefits of UDFs? We can write the method in the code and connect to the database and execute which yeilds … | |
Hi all, Is there a way to check what is the error for not displaying the code correctly while practising it in a website? Just like when the s/c is compiled in the vs editor. I tried using trace.axd but i found it less helpful. when i wanted to make … | |
Hi all, Is there a way to check what is the error for not displaying the code correctly while practising it in a website? Just like when the s/c is compiled in the vs editor. I tried using trace.axd but i found it less helpful. when i wanted to make … | |
Hello all, I am trying to run a file.asp located in [url]http://localhost/test/test.asp[/url] folder. Initially when it prompted for errors i made required changes so that ASP pages can work when accessed through localhost. Everything went good for the pages displayed for couple of times and later the pages started showing … | |
Hi all, I am trying to create Web Controls and i am getting this error: Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file specified. i inserted all respective directives and namespaces at the begining of the page and also in … | |
Hi all, I am trying to create Web Controls and i am getting this error: [COLOR="red"]Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file specified. [/COLOR] i inserted all respective directives and namespaces at the begining of the page and also … | |
Hello all, I am trying to pass data between two files using POST method. I am using Visual Studio 2008 and working in C# Environment to run this in ASP.net. The code i am using is: sareeweb.aspx [code=c#] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="sareeweb.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML … | |
Hi, I am trying to pick the particular chosen date from the windows calender displayed. I am struck here and confused how to proceed. Any hints or shedding little light on the progress is appreciated. [code=csharp] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; … | |
Re: Have a iPod? Do you want to put all your videos and DVD movies on your iPod or transfer the iPod movies and music to computer? You must answer "YES but i cant, because the format..."! But i CAN. Because i use Aiseesoft DVD to iPod Suite . it is … | |
Hi all, I am going through the concepts of CSharp and I could not understand.. and get enough info on net about String.Format(). Can someone please explain how is it useful?! I got this example.. but i see no use of using String.Format() here as.. use it or not.. the … | |
Hello all, I am new to C# and learning concepts . I got this doubt and Thought i could seek guidance from some of you. [code=csharp] class zzz { public static void Main() { xxx a = new xxx(); a[2] = 20; System.Console.WriteLine(a[2]); } } class yyy { public virtual … | |
Re: Hi Though i dont have a solution fr ur problem, i wuld recommend u to take breaks.I get wierd pains in my wrist and neck if i sit too long working with the system i would take a break fr an hour or so and get back to it. it … |
The End.