-
Gave Reputation to diafol in Bootstrap for slider
I was hoping you'd give the url of the script so I could see what it's supposed to look like and which options are available for it. Nevermind. Good luck … -
Replied To a Post in Attendance report for student
You must know by now that without some sample data/output it'll be very difficult to answer your question. -
Replied To a Post in Reloading same page
Is there a question? -
Replied To a Post in PHP upload files to database
I suggest storing the filename in the database, and not the file. Just add an insert query when `move_uploaded_file` is successful. -
Edited Forum list updates
I notice that the forum list (e.g. PHP) is not updating consistently today. I posted a reply in one thread, and deleted one in another, but the main PHP page … -
Replied To a Post in Order By with numbers countdown
$count = 1; foreach ($chartarray as $datachart) { $chart_message= $datachart['message']; $chart_description = $datacharta['description']; $chart_type = $datachart['type']; $chart_uploads=$datachart['uploads']; $chart_msg_id = $datachart['msg_id']; $chart_views = $datachart['views_count']; $chart_venue = $datachart['venue']; $chart_dategig = $datachart['dategig']; $s … -
Created Forum list updates
I notice that the forum list (e.g. PHP) is not updating consistently today. I posted a reply in one thread, and deleted one in another, but the main PHP page … -
Replied To a Post in Order By with numbers countdown
Show a more complete code sample, the one above isn't complete enough. -
Replied To a Post in Integrating PayPal in PHP
https://developer.paypal.com/docs/classic/training/ -
Replied To a Post in Bootstrap Span4
If you don't show what you have (preferably an URL), then nobody can help. -
Replied To a Post in Auto Mail using Gmail with Attachments(Pictures)
Basically, yes. -
Replied To a Post in slider for testimonial
Looks at the sameples. http://www.jssor.com/demos/content-slider.html -
Replied To a Post in Warning: mysql_fetch_array():
There was a problem executing your query. Did you connect to your database? -
Edited about auto generation no
hai everyone... i m doing hospital sys,here i have channel form here one field is channel ID,that is auto no, nw i want to do that auto no change with … -
Edited Warning: mysql_fetch_array():
Hi Guys I am beginner in PHP i am getting Warning: mysql_fetch_array(): Eror... anybody help me Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home4/kksivash/public_html/drngpit/student-portal/admin/model.php on … -
Replied To a Post in slider for testimonial
Personally, I like this one: http://www.jssor.com -
Replied To a Post in Hello Every One....!!
Welcome to DaniWeb. -
Edited Hello Every One....!!
I would like to say THANKS for accepting me as a member of your family. I am jaycebennett From , California and Doing a small business of [Joomla website design](http://www.k2websitedesign.com/joomla-website-design/). … -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
Show your code. -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
if(in_array($name,$feedsPerName)) should be if(isset($feedsPerName[$name])) I hate the trial and error, but am nowhere near a computer running PHP atm. -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
Line 7 should be: $name = $result->from->name; -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
Yes, but you can move line 17 after line 18, so it is outside of the foreach loop. -
Replied To a Post in button not working inside .html
Do you have a version online we can see? Without that it'll be a blind guess as to what might cause it. -
Replied To a Post in button not working inside .html
Check if addcon1 actually exists in your outputted HTML. -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
Add it after line 8. -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
> Ooh! I'm sory but I get confused when you say $feedsPerName. It is a new array to hold the number of replies per user, so I don't know why … -
Replied To a Post in Auto Mail using Gmail with Attachments(Pictures)
> Can this be done if I use C# alone? Sure. You can use: msg.Attachments.Add("path/to/your/image.ext"); -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
You are not using what I posted. -
Replied To a Post in Auto Mail using Gmail with Attachments(Pictures)
What do you mean by "auto mail"? > I think somee is a trial version. Check with somee, I don't know what kind of hosting you have. -
Replied To a Post in .php or .html?
> why he suggested files with this extension Did you ask for an explanation as to why he wants this? -
Edited Printing mcqs randomly from mysql db
hello ....... i am new in php i have started cms for the college but i am stucking in exam module . our college requirement is like this that they … -
Replied To a Post in Auto Mail using Gmail with Attachments(Pictures)
The code you are showing is C#. Try to explain your problem in detail. You are asking five questions at once, without any specifics. -
Edited PHP INSERT date from datepicker to mysql
Hi Php'ers, I'm new to Php. I have some issues INSERTING date to MySQL by PHP. here's my code snippet: //date format $date1 = mysqli_real_escape_string($_POST['j_avail']); $d1 = date('Y-m-d',($date1)); $date2 = … -
Replied To a Post in PHP INSERT date from datepicker to mysql
if you look at the manual: http://php.net/manual/en/function.date.php You see that the second parameter is a timestamp. You are passing a string (from the POST array), so I am wondering what … -
Replied To a Post in .php or .html?
With a basic setup HTML is static so can be output to the browser as-is, while PHP will be parsed first. In theory HTML only files should be faster, but … -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
In your foreach you can now do something like this: if (in_array($name, $feedsPerName)) $feedsPerName[$name]++; else $feedsPerName[$name] = 1; -
Edited .php or .html?
Hi Guys, can someone explain me, the advantage using .html or .php Look i know exactly what each extension mean, what im trying to get is in term of website … -
Replied To a Post in PHP source code for multi-level marketing matrix type
Without your code and problem description you won't get very far. -
Replied To a Post in How to use lock objects between 2 different applications
Each application has it's objects in it's own memory, so the same locking mechanism can't work. There are ways for applications to share memory, but I haven't used that in … -
Replied To a Post in Fatal error: Call to a member function fetch_result() on a non-object in
`query` returns false on failure, so I suggest you add error checking. Has to be a database issue then. -
Replied To a Post in Fatal error: Call to a member function fetch_result() on a non-object in
Do `print_r($result)` after line 18 to see what exactly it contains. -
Replied To a Post in Valid HTML5 code
https://validator.w3.org -
Replied To a Post in Grid System
So you only have files. Then you need to list them all, and generate the output html. You can use `glob` to get the files from your upload folder. -
Replied To a Post in Grid System
Where's your upload code? -
Replied To a Post in Update query not working in PHP
Where is the connection to the database? -
Replied To a Post in Help with If including or mysql statement
if ($country_code == "GB" or $country_code == "SCT" or $country_code == "WLS") -
Replied To a Post in Bootstrap Span4
You can try `col-md-4` instead of `span4`. IIRC spanX classes are deprecated as of version 3. -
Replied To a Post in Find CSS URLs within a webpage
Just a note, this is also popular: background-image: url("//mysite.com/images/logo.jpg"); because it works on both http and https without getting insecure content messages. You may want to check for those too. -
Replied To a Post in graphic design software question
The WordPress website shows these: https://wordpress.org/plugins/tags/t-shirt-designer Am not a WordPress user/developer, so cannot say anything about their usability. -
Replied To a Post in Facebook PHP SDK, how to get number of feed's comments per person?
I am unsure why get_stream() returns JSON, it would be easier to return the array instead. So change that first: return $request["data"]; Then show me exactly how the returned array …
The End.