-
Replied To a Post in online registration form for admission
Like this? https://www.elbowspace.com/FRHformexample18 -
Replied To a Post in Accessing non namespaced class from within a namespaced class
Can't you just prefix the class with a `\` ? -
Replied To a Post in content positionnement with sidebar
Just add an override style in those pages, hiding #sidebar and centering #content. -
Replied To a Post in Query - multiple joins, multiple tables will not return records
I haven't uploaded your query dump yet, but one thing that causes an issue is that you are inner joining first on (FieldId = 1) and later on on (FieldId … -
Replied To a Post in gzip
http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/ Assuming you are running Apache. -
Replied To a Post in Introduction
Welcome to DaniWeb. -
Edited Introduction
Hello friends, I am Parmeshwar Jha from India. I am an Internet Marketing Executive and i joined this community for learn new techniques of Internet Marketing. -
Replied To a Post in How can I connect MySql database on windows phone 8.1 using vb?
It can reference SQLite because that can be installed on the phone. If you want to load data, I think you're stuck with creating a webservice, instead of connecting to … -
Replied To a Post in Hii, I'm new to SQL and was trying to solve this query. Please help. TIA
https://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_length Depends on how your table is organized. Show an example. -
Edited Where to download dataset of UKM06-1.slt
so i need to download free dataset UKM06-1.slt... i have tried this link [Click Here](http://www.ftsm.ukm.my/jabatan/tk/masri/Exam/) but it wasn't found. need help from you.. thx -
Replied To a Post in How to have an aspx webserver serve non physical apsx pages
Can't you use routing to route all requests to a single ASPX file, that then writes the Response? -
Edited .NET MVC good tutorial
I just wanted to share this with the community, in case anybody finds it useful. I'm learning ASP.NET and started with Web Forms and now I'm moving slowly to MVC. … -
Replied To a Post in .NET MVC good tutorial
Taken from here: http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx Specifically: http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#IntrotoASP.NETMVC4withVisualStudio%28Beta%29 -
Replied To a Post in Getting started with PHP
Check for XAMPP or WAMPServer. Both packages install a full stack. -
Replied To a Post in quote
What are you doing with `'Lesson 3'` ? If you inject this into a query without escaping, your query will fail. -
Replied To a Post in Is It Possible To BackUP database automatic when changes happen?
Sounds more like you want to add Auditing to your database. -
Edited how to insert multiple checkbox values in mysql database using php pdo?
how to insert multiple checkbox values in multiple rows mysql database using php pdo? Please give multiple insert option Here is my script: $create = sizeof(isset($_POST['create']) ? $_POST['create'] : array()); … -
Edited seo
how to use seo in website? -
Replied To a Post in PHP parse error: syntax error, unexpected 'header' (T_STRING)-2
Missing semi-colon on line 16. -
Replied To a Post in Translation Delphi 7 applications on the web
Can you explain what you mean? -
Replied To a Post in Hi everyone!
Welcome to DaniWeb. -
Edited Hello Everyone!!!
My Name is Meet John. I worked at Social Media Penguin, one of the best social media marketing services provider in Dallas Area, I'm looking forward to learning and sharing … -
Replied To a Post in Separate Date and Time
Note that Excel might be using an OADate. If that's the case use: DateTime myDate = DateTime.FromOADate(yourExcelOADate); -
Edited working with SQL Function in Entity Framework ?
Hi 01 - i have create an sql function in my database that take to Date params with code: CREATE FUNCTION [dbo].[SelectEmployee](@frm_date DATE, @to_date DATE) RETURNS TABLE AS RETURN SELECT … -
Replied To a Post in Cohort Analysis
I have it too. -
Replied To a Post in PHP Query Fatal Error
You need to escape the single quotes. -
Edited how to get facebook id when like button was clicked
I try to get facebook id when like button pressed, the function alerts Id, but when I retrun value it says undefined. Here is my code window.fbAsyncInit = function() { … -
Replied To a Post in Large OP font
The blurry look is the problem. Why isn't it the same font as the replies? I don't mind the large buttons, I don't use any. Looks like it says fugin, … -
Edited Creating a blank ComboBox2 when When specific file is chosen in ComboBox1
I have a set of 2 ComboBoxes i would like to make Combobox 2 not populate from the directory if Combobox1 has a certain character in the file that is … -
Created humans.txt
http://www.humanstxt.org I came across this by chance. Do any of you guys/gals use it? I like the fact that you can thank the people who helped, however small the contribution, … -
Replied To a Post in Large OP font
> Seems pretty subjective to me It always is ;) -
Replied To a Post in avoid duplicate lines from excel
That's only possible if your excel files contain a unique column (or combination of columns) so you can identify the already inserted rows. -
Replied To a Post in Web Services disconnections
1. No. 2. No. 3. Correct. -
Created Large OP font
Is this a bug, or are you seriously keeping this? It's horrible. -
Edited radio buttons ?/
I am Creating a form with some question about 3 or 4 question.answers are submitted via radio button which has to be inserted in database.I have 2 problems problem 1: … -
Replied To a Post in Update a value named with a variable
Check for errors: mysql_query($sql_u) or die(mysql_error()); -
Replied To a Post in syntax for href point to div class also send variable value
> href: is it not possible to use reference to DIV as well as pass variable through it? Not possible. A DIV is a HTML block and cannot accept parameters … -
Replied To a Post in Projects due in 2days, help pls
Please tone down. [Our rules](https://www.daniweb.com/community/rules) clearly state that you should show your effort, which is clearly lacking in your OP. Show YOUR code, and clearly explain what parts you are … -
Replied To a Post in syntax for href point to div class also send variable value
You'll need Javascript/jQuery to achieve what you need IMO. Am I right, that if you click the link you want to prefill a textbox with "furniture"? -
Replied To a Post in Proud to announce...
> I'm still looking for a plugin to 'tidy' the html Try Polystyle. -
Replied To a Post in Hi all
Welcome to DaniWeb. -
Replied To a Post in New
Welcome to DaniWeb. -
Edited two tables to populate grdiview
I have a gridview that is being populated from a dataset which is a table returned from a stored procedure. However now the stored procedure has changed and it returns … -
Edited Problem with resizing images with php
Hello can anyone tell if i am doing this right? I use this code to resize image with php include('simpleimage.php'); $query1=mysql_query("select image_path from user_uploads where id=".$p ); while($row=mysql_fetch_array($query1)) { $newdata=$row['image_path']; … -
Replied To a Post in Array Sorting
http://php.net/usort -
Replied To a Post in If statement problem
I think you should have the category check first, but add that there is no ID set. In the else you can check the IDs. if (is_product_category() == "powders" and … -
Replied To a Post in Which book is best for learn java?
Java? Or Javascript? -
Replied To a Post in alert nothing updated
http://php.net/manual/en/function.mysql-affected-rows.php If it returns zero, nothing was changed. -
Gave Reputation to deceptikon in How to create a setup version of the application?
It pains me to recommend [WiX](http://wixtoolset.org/), given that the learning curve is so high. However, if you want a free option that's not gimped, I think it's the best one. -
Replied To a Post in How to create a setup version of the application?
> Do I have to purchase a license for the Community Edition? No, it's free, as stated in the link I gave.
The End.